#AFAF5A

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

Shades of Olive Green #AFAF5A

Tints of Olive Green #AFAF5A

Color information

#AFAF5A (or 0xAFAF5A) is unknown color: approx Olive Green. HEX triplet: AF, AF and 5A. RGB value is (175,175,90). Sum of RGB (Red+Green+Blue) = 175+175+90=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF5A is #5050A5. Grayscale: #A5A5A5. Windows color (decimal): -5263526 or 5943215. OLE color: 5943215.

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

Color convert

RGB17517590-
CMYK000.490.31
HSL60º34.69%51.96%-
HSV(B)60º48.57%68.63%-
XYZ34.8540.5115.66-
YUV165.3185.5134.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=39.77%
G=39.77%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517590000.490.316034.6951.96
HexAFAF5A00311F3c2334
Octal257257132006137744364
Binary101011111010111110110100011000111111111100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF5A; }

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

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

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

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

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

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

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

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