#AFAF5C

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

Shades of Olive Green #AFAF5C

Tints of Olive Green #AFAF5C

Color information

#AFAF5C (or 0xAFAF5C) is unknown color: approx Olive Green. HEX triplet: AF, AF and 5C. RGB value is (175,175,92). Sum of RGB (Red+Green+Blue) = 175+175+92=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF5C is #5050A3. Grayscale: #A5A5A5. Windows color (decimal): -5263524 or 6074287. OLE color: 6074287.

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

Color convert

RGB17517592-
CMYK000.470.31
HSL60º34.16%52.35%-
HSV(B)60º47.43%68.63%-
XYZ34.9440.5516.11-
YUV165.5486.5134.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 92 (36.33% from 255) = 20.81%
R=39.59%
G=39.59%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517592000.470.316034.1652.35
HexAFAF5C002F1F3c2234
Octal257257134005737744264
Binary101011111010111110111000010111111111111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF5C; }

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

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

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

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

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

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

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

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