#91AB76

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

Shades of Olivine #91AB76

Tints of Olivine #91AB76

Color information

#91AB76 (or 0x91AB76) is unknown color: approx Olivine. HEX triplet: 91, AB and 76. RGB value is (145,171,118). Sum of RGB (Red+Green+Blue) = 145+171+118=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB76 is #6E5489. Grayscale: #9D9D9D. Windows color (decimal): -7230602 or 7777169. OLE color: 7777169.

HSL color Cylindrical-coordinate representation of color #91AB76: hue angle of 89.43º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91AB76 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB145171118-
CMYK0.1500.310.33
HSL89.43º23.98%56.67%-
HSV(B)89.43º30.99%67.06%-
XYZ29.5136.4522.62-
YUV157.18105.89119.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=33.41%
G=39.40%
B=27.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451711180.1500.310.3389.4323.9856.67
Hex91AB76F01F21591839
Octal22125316617037411313071
Binary100100011010101111101101111011111100001101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91AB76; }

 p { color: rgb(145,171,118); }

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

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

 a { background-color: rgb(145,171,118); }

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

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

 span { border-color: rgb(145,171,118); }

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