#AFB160

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

Shades of Olive Green #AFB160

Tints of Olive Green #AFB160

Color information

#AFB160 (or 0xAFB160) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 60. RGB value is (175,177,96). Sum of RGB (Red+Green+Blue) = 175+177+96=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB160 is #504E9F. Grayscale: #A7A7A7. Windows color (decimal): -5263008 or 6336943. OLE color: 6336943.

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

Color convert

RGB17517796-
CMYK0.0100.460.31
HSL61.48º34.18%53.53%-
HSV(B)61.48º45.76%69.41%-
XYZ35.5141.417.19-
YUV167.1787.84133.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=39.06%
G=39.51%
B=21.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177960.0100.460.3161.4834.1853.53
HexAFB160102E1F3d2236
Octal257261140105637754266
Binary101011111011000111000001010111011111111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB160; }

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

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

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

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

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

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

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

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