#AFB569

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

Shades of Olive Green #AFB569

Tints of Olive Green #AFB569

Color information

#AFB569 (or 0xAFB569) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 69. RGB value is (175,181,105). Sum of RGB (Red+Green+Blue) = 175+181+105=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB569 is #504A96. Grayscale: #AAAAAA. Windows color (decimal): -5261975 or 6927791. OLE color: 6927791.

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

Color convert

RGB175181105-
CMYK0.0300.420.29
HSL64.74º33.93%56.08%-
HSV(B)64.74º41.99%70.98%-
XYZ36.7543.1819.76-
YUV170.5491.01131.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=37.96%
G=39.26%
B=22.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811050.0300.420.2964.7433.9356.08
HexAFB569302A1D412238
Octal2572651513052351014270
Binary10101111101101011101001110101010111011000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB569; }

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

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

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

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

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

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

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

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