#AFBB66

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

Shades of Olive Green #AFBB66

Tints of Olive Green #AFBB66

Color information

#AFBB66 (or 0xAFBB66) is unknown color: approx Olive Green. HEX triplet: AF, BB and 66. RGB value is (175,187,102). Sum of RGB (Red+Green+Blue) = 175+187+102=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB66 is #504499. Grayscale: #AEAEAE. Windows color (decimal): -5260442 or 6732719. OLE color: 6732719.

HSL color Cylindrical-coordinate representation of color #AFBB66: hue angle of 68.47º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFBB66 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB175187102-
CMYK0.0600.450.27
HSL68.47º38.46%56.67%-
HSV(B)68.47º45.45%73.33%-
XYZ37.8545.6119.38-
YUV173.7287.52128.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=37.72%
G=40.30%
B=21.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871020.0600.450.2768.4738.4656.67
HexAFBB66602D1B442639
Octal2572731466055331044671
Binary101011111011101111001101100101101110111000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB66; }

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

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

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

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

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

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

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

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