#AFB060

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

Shades of Olive Green #AFB060

Tints of Olive Green #AFB060

Color information

#AFB060 (or 0xAFB060) is unknown color: approx Olive Green. HEX triplet: AF, B0 and 60. RGB value is (175,176,96). Sum of RGB (Red+Green+Blue) = 175+176+96=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB060 is #504F9F. Grayscale: #A6A6A6. Windows color (decimal): -5263264 or 6336687. OLE color: 6336687.

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

Color convert

RGB17517696-
CMYK0.0100.450.31
HSL60.75º33.61%53.33%-
HSV(B)60.75º45.45%69.02%-
XYZ35.3241.0117.12-
YUV166.5888.17134-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=39.15%
G=39.37%
B=21.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175176960.0100.450.3160.7533.6153.33
HexAFB060102D1F3d2235
Octal257260140105537754265
Binary101011111011000011000001010110111111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB060; }

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

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

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

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

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

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

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

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