#AFB866

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

Shades of Olive Green #AFB866

Tints of Olive Green #AFB866

Color information

#AFB866 (or 0xAFB866) is unknown color: approx Olive Green. HEX triplet: AF, B8 and 66. RGB value is (175,184,102). Sum of RGB (Red+Green+Blue) = 175+184+102=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB866 is #504799. Grayscale: #ACACAC. Windows color (decimal): -5261210 or 6731951. OLE color: 6731951.

HSL color Cylindrical-coordinate representation of color #AFB866: hue angle of 66.59º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFB866 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB175184102-
CMYK0.0500.450.28
HSL66.59º36.61%56.08%-
HSV(B)66.59º44.57%72.16%-
XYZ37.2244.3519.17-
YUV171.9688.52130.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=37.96%
G=39.91%
B=22.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841020.0500.450.2866.5936.6156.08
HexAFB866502D1C432538
Octal2572701465055341034570
Binary101011111011100011001101010101101111001000011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB866; }

 p { color: rgb(175,184,102); }

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

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

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

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

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

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

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