#A0B672

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

Shades of Olivine #A0B672

Tints of Olivine #A0B672

Color information

#A0B672 (or 0xA0B672) is unknown color: approx Olivine. HEX triplet: A0, B6 and 72. RGB value is (160,182,114). Sum of RGB (Red+Green+Blue) = 160+182+114=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B672 is #5F498D. Grayscale: #A7A7A7. Windows color (decimal): -6244750 or 7517856. OLE color: 7517856.

HSL color Cylindrical-coordinate representation of color #A0B672: hue angle of 79.41º degrees, saturation: 0.32, 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 #A0B672 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB160182114-
CMYK0.1200.370.29
HSL79.41º31.78%58.04%-
HSV(B)79.41º37.36%71.37%-
XYZ34.2642.1422.25-
YUV167.6797.71122.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 114 (44.92% from 255) = 25%
R=35.09%
G=39.91%
B=25%

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
Decimal1601821140.1200.370.2979.4131.7858.04
HexA0B672C0251D4f203a
Octal24026616214045351174072
Binary1010000010110110111001011000100101111011001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B672; }

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

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

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

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

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

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

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

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