#A0B36F

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

Shades of Olivine #A0B36F

Tints of Olivine #A0B36F

Color information

#A0B36F (or 0xA0B36F) is unknown color: approx Olivine. HEX triplet: A0, B3 and 6F. RGB value is (160,179,111). Sum of RGB (Red+Green+Blue) = 160+179+111=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B36F is #5F4C90. Grayscale: #A5A5A5. Windows color (decimal): -6245521 or 7320480. OLE color: 7320480.

HSL color Cylindrical-coordinate representation of color #A0B36F: hue angle of 76.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0B36F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB160179111-
CMYK0.1100.380.30
HSL76.76º30.91%56.86%-
HSV(B)76.76º37.99%70.2%-
XYZ33.4940.8621.16-
YUV165.5797.21124.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=35.56%
G=39.78%
B=24.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791110.1100.380.3076.7630.9156.86
HexA0B36FB0261E4d1f39
Octal24026315713046361153771
Binary101000001011001111011111011010011011110100110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B36F; }

 p { color: rgb(160,179,111); }

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

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

 a { background-color: rgb(160,179,111); }

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

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

 span { border-color: rgb(160,179,111); }

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