#A0B67D

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

Shades of Olivine #A0B67D

Tints of Olivine #A0B67D

Color information

#A0B67D (or 0xA0B67D) is unknown color: approx Olivine. HEX triplet: A0, B6 and 7D. RGB value is (160,182,125). Sum of RGB (Red+Green+Blue) = 160+182+125=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B67D is #5F4982. Grayscale: #A9A9A9. Windows color (decimal): -6244739 or 8238752. OLE color: 8238752.

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

Color convert

RGB160182125-
CMYK0.1200.310.29
HSL83.16º28.08%60.2%-
HSV(B)83.16º31.32%71.37%-
XYZ34.9342.4125.75-
YUV168.92103.21121.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=34.26%
G=38.97%
B=26.77%

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
Decimal1601821250.1200.310.2983.1628.0860.2
HexA0B67DC01F1D531c3c
Octal24026617514037351233474
Binary10100000101101101111101110001111111101101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B67D; }

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

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

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

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

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

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

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

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