#AFBC66

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

Shades of Olive Green #AFBC66

Tints of Olive Green #AFBC66

Color information

#AFBC66 (or 0xAFBC66) is unknown color: approx Olive Green. HEX triplet: AF, BC and 66. RGB value is (175,188,102). Sum of RGB (Red+Green+Blue) = 175+188+102=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC66 is #504399. Grayscale: #AEAEAE. Windows color (decimal): -5260186 or 6732975. OLE color: 6732975.

HSL color Cylindrical-coordinate representation of color #AFBC66: hue angle of 69.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFBC66 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB175188102-
CMYK0.0700.460.26
HSL69.07º39.09%56.86%-
HSV(B)69.07º45.74%73.73%-
XYZ38.0646.0419.45-
YUV174.3187.19128.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=37.63%
G=40.43%
B=21.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881020.0700.460.2669.0739.0956.86
HexAFBC66702E1A452739
Octal2572741467056321054771
Binary101011111011110011001101110101110110101000101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC66; }

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

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

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

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

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

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

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

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