#AFB359

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

Shades of Olive Green #AFB359

Tints of Olive Green #AFB359

Color information

#AFB359 (or 0xAFB359) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 59. RGB value is (175,179,89). Sum of RGB (Red+Green+Blue) = 175+179+89=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB359 is #504CA6. Grayscale: #A7A7A7. Windows color (decimal): -5262503 or 5878703. OLE color: 5878703.

HSL color Cylindrical-coordinate representation of color #AFB359: hue angle of 62.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB359 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17517989-
CMYK0.0200.500.30
HSL62.67º37.19%52.55%-
HSV(B)62.67º50.28%70.2%-
XYZ35.642.0815.7-
YUV167.5483.67133.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 89 (35.16% from 255) = 20.09%
R=39.50%
G=40.41%
B=20.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179890.0200.500.3062.6737.1952.55
HexAFB35920321E3f2535
Octal257263131206236774565
Binary1010111110110011101100110011001011110111111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB359; }

 p { color: rgb(175,179,89); }

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

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

 a { background-color: rgb(175,179,89); }

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

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

 span { border-color: rgb(175,179,89); }

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