#91B572

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

Shades of Olivine #91B572

Tints of Olivine #91B572

Color information

#91B572 (or 0x91B572) is unknown color: approx Olivine. HEX triplet: 91, B5 and 72. RGB value is (145,181,114). Sum of RGB (Red+Green+Blue) = 145+181+114=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #91B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B572 is #6E4A8D. Grayscale: #A2A2A2. Windows color (decimal): -7228046 or 7517585. OLE color: 7517585.

HSL color Cylindrical-coordinate representation of color #91B572: hue angle of 92.24º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91B572 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB145181114-
CMYK0.2000.370.29
HSL92.24º31.16%57.84%-
HSV(B)92.24º37.02%70.98%-
XYZ31.2440.2822.05-
YUV162.6100.57115.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.95%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=32.95%
G=41.14%
B=25.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451811140.2000.370.2992.2431.1657.84
Hex91B572140251D5c1f3a
Octal22126516224045351343772
Binary1001000110110101111001010100010010111101101110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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