#AFB666

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

Shades of Olive Green #AFB666

Tints of Olive Green #AFB666

Color information

#AFB666 (or 0xAFB666) is unknown color: approx Olive Green. HEX triplet: AF, B6 and 66. RGB value is (175,182,102). Sum of RGB (Red+Green+Blue) = 175+182+102=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB666 is #504999. Grayscale: #ABABAB. Windows color (decimal): -5261722 or 6731439. OLE color: 6731439.

HSL color Cylindrical-coordinate representation of color #AFB666: hue angle of 65.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFB666 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB175182102-
CMYK0.0400.440.29
HSL65.25º35.4%55.69%-
HSV(B)65.25º43.96%71.37%-
XYZ36.8143.5319.03-
YUV170.7989.18131-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=38.13%
G=39.65%
B=22.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821020.0400.440.2965.2535.455.69
HexAFB666402C1D412338
Octal2572661464054351014370
Binary101011111011011011001101000101100111011000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB666; }

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

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

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

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

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

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

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

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