#AFB166

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

Shades of Olive Green #AFB166

Tints of Olive Green #AFB166

Color information

#AFB166 (or 0xAFB166) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 66. RGB value is (175,177,102). Sum of RGB (Red+Green+Blue) = 175+177+102=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB166 is #504E99. Grayscale: #A8A8A8. Windows color (decimal): -5263002 or 6730159. OLE color: 6730159.

HSL color Cylindrical-coordinate representation of color #AFB166: hue angle of 61.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFB166 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175177102-
CMYK0.0100.420.31
HSL61.6º32.47%54.71%-
HSV(B)61.6º42.37%69.41%-
XYZ35.841.5218.7-
YUV167.8590.84133.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=38.55%
G=38.99%
B=22.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771020.0100.420.3161.632.4754.71
HexAFB166102A1F3e2037
Octal257261146105237764067
Binary101011111011000111001101010101011111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB166; }

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

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

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

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

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

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

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

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