#AFB860

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

Shades of Olive Green #AFB860

Tints of Olive Green #AFB860

Color information

#AFB860 (or 0xAFB860) is unknown color: approx Olive Green. HEX triplet: AF, B8 and 60. RGB value is (175,184,96). Sum of RGB (Red+Green+Blue) = 175+184+96=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB860 is #50479F. Grayscale: #ABABAB. Windows color (decimal): -5261216 or 6338735. OLE color: 6338735.

HSL color Cylindrical-coordinate representation of color #AFB860: hue angle of 66.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFB860 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB17518496-
CMYK0.0500.480.28
HSL66.14º38.26%54.9%-
HSV(B)66.14º47.83%72.16%-
XYZ36.9344.2417.66-
YUV171.2885.52130.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=38.46%
G=40.44%
B=21.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175184960.0500.480.2866.1438.2654.9
HexAFB86050301C422637
Octal2572701405060341024667
Binary101011111011100011000001010110000111001000010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB860; }

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

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

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

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

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

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

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

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