#A0B67E

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

Shades of Olivine #A0B67E

Tints of Olivine #A0B67E

Color information

#A0B67E (or 0xA0B67E) is unknown color: approx Olivine. HEX triplet: A0, B6 and 7E. RGB value is (160,182,126). Sum of RGB (Red+Green+Blue) = 160+182+126=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B67E is #5F4981. Grayscale: #A9A9A9. Windows color (decimal): -6244738 or 8304288. OLE color: 8304288.

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

Color convert

RGB160182126-
CMYK0.1200.310.29
HSL83.57º27.72%60.39%-
HSV(B)83.57º30.77%71.37%-
XYZ34.9942.4426.09-
YUV169.04103.71121.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=34.19%
G=38.89%
B=26.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821260.1200.310.2983.5727.7260.39
HexA0B67EC01F1D541c3c
Octal24026617614037351243474
Binary10100000101101101111110110001111111101101010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B67E; }

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

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

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

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

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

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

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

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