#A0B572

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

Shades of Olivine #A0B572

Tints of Olivine #A0B572

Color information

#A0B572 (or 0xA0B572) is unknown color: approx Olivine. HEX triplet: A0, B5 and 72. RGB value is (160,181,114). Sum of RGB (Red+Green+Blue) = 160+181+114=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B572 is #5F4A8D. Grayscale: #A7A7A7. Windows color (decimal): -6245006 or 7517600. OLE color: 7517600.

HSL color Cylindrical-coordinate representation of color #A0B572: hue angle of 78.81º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B572 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB160181114-
CMYK0.1200.370.29
HSL78.81º31.16%57.84%-
HSV(B)78.81º37.02%70.98%-
XYZ34.0641.7422.18-
YUV167.0898.04122.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=35.16%
G=39.78%
B=25.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811140.1200.370.2978.8131.1657.84
HexA0B572C0251D4f1f3a
Octal24026516214045351173772
Binary101000001011010111100101100010010111101100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B572; }

 p { color: rgb(160,181,114); }

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

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

 a { background-color: rgb(160,181,114); }

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

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

 span { border-color: rgb(160,181,114); }

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