#AFB561

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

Shades of Olive Green #AFB561

Tints of Olive Green #AFB561

Color information

#AFB561 (or 0xAFB561) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 61. RGB value is (175,181,97). Sum of RGB (Red+Green+Blue) = 175+181+97=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB561 is #504A9E. Grayscale: #A9A9A9. Windows color (decimal): -5261983 or 6403503. OLE color: 6403503.

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

Color convert

RGB17518197-
CMYK0.0300.460.29
HSL64.29º36.21%54.51%-
HSV(B)64.29º46.41%70.98%-
XYZ36.3643.0217.7-
YUV169.6387.01131.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=38.63%
G=39.96%
B=21.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175181970.0300.460.2964.2936.2154.51
HexAFB561302E1D402437
Octal2572651413056351004467
Binary10101111101101011100001110101110111011000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB561; }

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

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

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

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

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

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

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

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