#AFB363

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

Shades of Olive Green #AFB363

Tints of Olive Green #AFB363

Color information

#AFB363 (or 0xAFB363) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 63. RGB value is (175,179,99). Sum of RGB (Red+Green+Blue) = 175+179+99=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB363 is #504C9C. Grayscale: #A9A9A9. Windows color (decimal): -5262493 or 6534063. OLE color: 6534063.

HSL color Cylindrical-coordinate representation of color #AFB363: hue angle of 63º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFB363 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17517999-
CMYK0.0200.450.30
HSL63º34.48%54.51%-
HSV(B)63º44.69%70.2%-
XYZ36.0542.2618.06-
YUV168.6888.67132.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=38.63%
G=39.51%
B=21.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179990.0200.450.306334.4854.51
HexAFB363202D1E3f2237
Octal257263143205536774267
Binary1010111110110011110001110010110111110111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB363; }

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

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

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

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

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

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

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

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