#91C071

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

Shades of Olivine #91C071

Tints of Olivine #91C071

Color information

#91C071 (or 0x91C071) is unknown color: approx Olivine. HEX triplet: 91, C0 and 71. RGB value is (145,192,113). Sum of RGB (Red+Green+Blue) = 145+192+113=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #91C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C071 is #6E3F8E. Grayscale: #A9A9A9. Windows color (decimal): -7225231 or 7454865. OLE color: 7454865.

HSL color Cylindrical-coordinate representation of color #91C071: hue angle of 95.7º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91C071 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB145192113-
CMYK0.2400.410.25
HSL95.7º38.54%59.8%-
HSV(B)95.7º41.15%75.29%-
XYZ33.5144.9122.53-
YUV168.9496.43110.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=32.22%
G=42.67%
B=25.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451921130.2400.410.2595.738.5459.8
Hex91C071180291960273c
Octal22130016130051311404774
Binary10010001110000001110001110000101001110011100000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,192,113); }

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

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

 a { background-color: rgb(145,192,113); }

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

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

 span { border-color: rgb(145,192,113); }

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