#AFB96C

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

Shades of Olive Green #AFB96C

Tints of Olive Green #AFB96C

Color information

#AFB96C (or 0xAFB96C) is unknown color: approx Olive Green. HEX triplet: AF, B9 and 6C. RGB value is (175,185,108). Sum of RGB (Red+Green+Blue) = 175+185+108=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB96C is #504693. Grayscale: #ADADAD. Windows color (decimal): -5260948 or 7125423. OLE color: 7125423.

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

Color convert

RGB175185108-
CMYK0.0500.420.27
HSL67.79º35.48%57.45%-
HSV(B)67.79º41.62%72.55%-
XYZ37.7344.8920.86-
YUV173.2391.19129.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=37.39%
G=39.53%
B=23.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851080.0500.420.2767.7935.4857.45
HexAFB96C502A1B442339
Octal2572711545052331044371
Binary101011111011100111011001010101010110111000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB96C; }

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

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

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

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

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

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

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

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