#AFB565

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

Shades of Olive Green #AFB565

Tints of Olive Green #AFB565

Color information

#AFB565 (or 0xAFB565) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 65. RGB value is (175,181,101). Sum of RGB (Red+Green+Blue) = 175+181+101=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB565 is #504A9A. Grayscale: #AAAAAA. Windows color (decimal): -5261979 or 6665647. OLE color: 6665647.

HSL color Cylindrical-coordinate representation of color #AFB565: hue angle of 64.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFB565 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB175181101-
CMYK0.0300.440.29
HSL64.5º35.09%55.29%-
HSV(B)64.5º44.2%70.98%-
XYZ36.5543.118.7-
YUV170.0989.01131.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=38.29%
G=39.61%
B=22.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811010.0300.440.2964.535.0955.29
HexAFB565302C1D402337
Octal2572651453054351004367
Binary10101111101101011100101110101100111011000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB565; }

 p { color: rgb(175,181,101); }

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

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

 a { background-color: rgb(175,181,101); }

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

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

 span { border-color: rgb(175,181,101); }

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