#AFB46A

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

Shades of Olive Green #AFB46A

Tints of Olive Green #AFB46A

Color information

#AFB46A (or 0xAFB46A) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 6A. RGB value is (175,180,106). Sum of RGB (Red+Green+Blue) = 175+180+106=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB46A is #504B95. Grayscale: #AAAAAA. Windows color (decimal): -5262230 or 6993071. OLE color: 6993071.

HSL color Cylindrical-coordinate representation of color #AFB46A: hue angle of 64.05º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFB46A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB175180106-
CMYK0.0300.410.29
HSL64.05º33.04%56.08%-
HSV(B)64.05º41.11%70.59%-
XYZ36.642.819.97-
YUV170.0791.84131.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=37.96%
G=39.05%
B=22.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801060.0300.410.2964.0533.0456.08
HexAFB46A30291D402138
Octal2572641523051351004170
Binary10101111101101001101010110101001111011000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB46A; }

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

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

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

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

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

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

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

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