#AFB959

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

Shades of Olive Green #AFB959

Tints of Olive Green #AFB959

Color information

#AFB959 (or 0xAFB959) is unknown color: approx Olive Green. HEX triplet: AF, B9 and 59. RGB value is (175,185,89). Sum of RGB (Red+Green+Blue) = 175+185+89=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB959 is #5046A6. Grayscale: #ABABAB. Windows color (decimal): -5260967 or 5880239. OLE color: 5880239.

HSL color Cylindrical-coordinate representation of color #AFB959: hue angle of 66.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB959 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB17518589-
CMYK0.0500.520.27
HSL66.25º40.68%53.73%-
HSV(B)66.25º51.89%72.55%-
XYZ36.8344.5316.11-
YUV171.0781.69130.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=38.98%
G=41.20%
B=19.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185890.0500.520.2766.2540.6853.73
HexAFB95950341B422936
Octal2572711315064331025166
Binary101011111011100110110011010110100110111000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB959; }

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

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

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

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

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

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

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

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