#AFAF57

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

Shades of Olive Green #AFAF57

Tints of Olive Green #AFAF57

Color information

#AFAF57 (or 0xAFAF57) is unknown color: approx Olive Green. HEX triplet: AF, AF and 57. RGB value is (175,175,87). Sum of RGB (Red+Green+Blue) = 175+175+87=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF57 is #5050A8. Grayscale: #A5A5A5. Windows color (decimal): -5263529 or 5746607. OLE color: 5746607.

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

Color convert

RGB17517587-
CMYK000.500.31
HSL60º35.48%51.37%-
HSV(B)60º50.29%68.63%-
XYZ34.7340.4615-
YUV164.9784135.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 87 (34.38% from 255) = 19.91%
R=40.05%
G=40.05%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517587000.500.316035.4851.37
HexAFAF5700321F3c2333
Octal257257127006237744363
Binary101011111010111110101110011001011111111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF57; }

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

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

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

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

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

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

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

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