#AFAF67

Color #AFAF67 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AFAF67

Tints of Olive Green #AFAF67

Color information

#AFAF67 (or 0xAFAF67) is unknown color: approx Olive Green. HEX triplet: AF, AF and 67. RGB value is (175,175,103). Sum of RGB (Red+Green+Blue) = 175+175+103=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF67 is #505098. Grayscale: #A7A7A7. Windows color (decimal): -5263513 or 6795183. OLE color: 6795183.

HSL color Cylindrical-coordinate representation of color #AFAF67: hue angle of 60º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFAF67 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175175103-
CMYK000.410.31
HSL60º31.03%54.51%-
HSV(B)60º41.14%68.63%-
XYZ35.4640.7518.83-
YUV166.7992133.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=38.63%
G=38.63%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175103000.410.316031.0354.51
HexAFAF6700291F3c1f37
Octal257257147005137743767
Binary10101111101011111100111001010011111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF67; }

 p { color: rgb(175,175,103); }

 H1.HeaderClassName
 {
   color: #AFAF67;
 }
 .AnyTagClassName
 {
   color: #AFAF67;
 }
</style>
background-color css

<style>
 a { background-color: #AFAF67; }

 a { background-color: rgb(175,175,103); }

 div.DivClassName
 {
   background-color: #AFAF67;
 }
 .BgClassName
 {
   background-color: #AFAF67;
 }
</style>
border-color css

<style>
 span { border-color: #AFAF67; }

 span { border-color: rgb(175,175,103); }

 td.TdClassName
 {
   border-color: #AFAF67;
 }
 .TagClassName
 {
   border-color: #AFAF67;
 }
</style>