#91B980

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

Shades of Olivine #91B980

Tints of Olivine #91B980

Color information

#91B980 (or 0x91B980) is unknown color: approx Olivine. HEX triplet: 91, B9 and 80. RGB value is (145,185,128). Sum of RGB (Red+Green+Blue) = 145+185+128=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #91B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B980 is #6E467F. Grayscale: #A6A6A6. Windows color (decimal): -7227008 or 8436113. OLE color: 8436113.

HSL color Cylindrical-coordinate representation of color #91B980: hue angle of 102.11º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91B980 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB145185128-
CMYK0.2200.310.27
HSL102.11º28.93%61.37%-
HSV(B)102.11º30.81%72.55%-
XYZ32.9242.2826.85-
YUV166.54106.25112.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=31.66%
G=40.39%
B=27.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451851280.2200.310.27102.1128.9361.37
Hex91B9801601F1B661d3d
Octal22127120026037331463575
Binary1001000110111001100000001011001111111011110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,185,128); }

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

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

 a { background-color: rgb(145,185,128); }

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

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

 span { border-color: rgb(145,185,128); }

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