#AFAF61

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

Shades of Olive Green #AFAF61

Tints of Olive Green #AFAF61

Color information

#AFAF61 (or 0xAFAF61) is unknown color: approx Olive Green. HEX triplet: AF, AF and 61. RGB value is (175,175,97). Sum of RGB (Red+Green+Blue) = 175+175+97=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF61 is #50509E. Grayscale: #A6A6A6. Windows color (decimal): -5263519 or 6401967. OLE color: 6401967.

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

Color convert

RGB17517597-
CMYK000.450.31
HSL60º32.77%53.33%-
HSV(B)60º44.57%68.63%-
XYZ35.1740.6417.3-
YUV166.1189134.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=39.15%
G=39.15%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517597000.450.316032.7753.33
HexAFAF61002D1F3c2135
Octal257257141005537744165
Binary101011111010111111000010010110111111111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF61; }

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

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

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

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

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

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

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

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