#AFB86A

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

Shades of Olive Green #AFB86A

Tints of Olive Green #AFB86A

Color information

#AFB86A (or 0xAFB86A) is unknown color: approx Olive Green. HEX triplet: AF, B8 and 6A. RGB value is (175,184,106). Sum of RGB (Red+Green+Blue) = 175+184+106=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB86A is #504795. Grayscale: #ACACAC. Windows color (decimal): -5261206 or 6994095. OLE color: 6994095.

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

Color convert

RGB175184106-
CMYK0.0500.420.28
HSL66.92º35.45%56.86%-
HSV(B)66.92º42.39%72.16%-
XYZ37.4244.4420.24-
YUV172.4290.52129.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=37.63%
G=39.57%
B=22.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841060.0500.420.2866.9235.4556.86
HexAFB86A502A1C432339
Octal2572701525052341034371
Binary101011111011100011010101010101010111001000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB86A; }

 p { color: rgb(175,184,106); }

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

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

 a { background-color: rgb(175,184,106); }

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

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

 span { border-color: rgb(175,184,106); }

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