#AFB156

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

Shades of Olive Green #AFB156

Tints of Olive Green #AFB156

Color information

#AFB156 (or 0xAFB156) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 56. RGB value is (175,177,86). Sum of RGB (Red+Green+Blue) = 175+177+86=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB156 is #504EA9. Grayscale: #A6A6A6. Windows color (decimal): -5263018 or 5681583. OLE color: 5681583.

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

Color convert

RGB17517786-
CMYK0.0100.510.31
HSL61.32º36.84%51.57%-
HSV(B)61.32º51.41%69.41%-
XYZ35.0841.2314.91-
YUV166.0382.84134.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 86 (33.98% from 255) = 19.63%
R=39.95%
G=40.41%
B=19.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177860.0100.510.3161.3236.8451.57
HexAFB15610331F3d2534
Octal257261126106337754564
Binary101011111011000110101101011001111111111101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB156; }

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

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

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

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

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

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

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

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