#AFAF69

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

Shades of Olive Green #AFAF69

Tints of Olive Green #AFAF69

Color information

#AFAF69 (or 0xAFAF69) is unknown color: approx Olive Green. HEX triplet: AF, AF and 69. RGB value is (175,175,105). Sum of RGB (Red+Green+Blue) = 175+175+105=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF69 is #505096. Grayscale: #A7A7A7. Windows color (decimal): -5263511 or 6926255. OLE color: 6926255.

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

Color convert

RGB175175105-
CMYK000.400.31
HSL60º30.43%54.9%-
HSV(B)60º40%68.63%-
XYZ35.5640.7919.36-
YUV167.0293133.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175105000.400.316030.4354.9
HexAFAF6900281F3c1e37
Octal257257151005037743667
Binary10101111101011111101001001010001111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF69; }

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

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

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

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

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

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

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

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