#91B972

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

Shades of Olivine #91B972

Tints of Olivine #91B972

Color information

#91B972 (or 0x91B972) is unknown color: approx Olivine. HEX triplet: 91, B9 and 72. RGB value is (145,185,114). Sum of RGB (Red+Green+Blue) = 145+185+114=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #91B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B972 is #6E468D. Grayscale: #A5A5A5. Windows color (decimal): -7227022 or 7518609. OLE color: 7518609.

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

Color convert

RGB145185114-
CMYK0.2200.380.27
HSL93.8º33.65%58.63%-
HSV(B)93.8º38.38%72.55%-
XYZ32.0641.9322.32-
YUV164.9599.25113.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.66%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=32.66%
G=41.67%
B=25.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451851140.2200.380.2793.833.6558.63
Hex91B972160261B5e223b
Octal22127116226046331364273
Binary10010001101110011110010101100100110110111011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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