#AFB159

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

Shades of Olive Green #AFB159

Tints of Olive Green #AFB159

Color information

#AFB159 (or 0xAFB159) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 59. RGB value is (175,177,89). Sum of RGB (Red+Green+Blue) = 175+177+89=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB159 is #504EA6. Grayscale: #A6A6A6. Windows color (decimal): -5263015 or 5878191. OLE color: 5878191.

HSL color Cylindrical-coordinate representation of color #AFB159: hue angle of 61.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB159 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17517789-
CMYK0.0100.500.31
HSL61.36º36.07%52.16%-
HSV(B)61.36º49.72%69.41%-
XYZ35.241.2815.56-
YUV166.3784.34134.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=39.68%
G=40.14%
B=20.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177890.0100.500.3161.3636.0752.16
HexAFB15910321F3d2434
Octal257261131106237754464
Binary101011111011000110110011011001011111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB159; }

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

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

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

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

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

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

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

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