#91BF70

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

Shades of Olivine #91BF70

Tints of Olivine #91BF70

Color information

#91BF70 (or 0x91BF70) is unknown color: approx Olivine. HEX triplet: 91, BF and 70. RGB value is (145,191,112). Sum of RGB (Red+Green+Blue) = 145+191+112=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BF70 is #6E408F. Grayscale: #A8A8A8. Windows color (decimal): -7225488 or 7389073. OLE color: 7389073.

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

Color convert

RGB145191112-
CMYK0.2400.410.25
HSL94.94º38.16%59.41%-
HSV(B)94.94º41.36%74.9%-
XYZ33.2344.4522.16-
YUV168.2496.26111.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.37%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 112 (44.14% from 255) = 25%
R=32.37%
G=42.63%
B=25%

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
Decimal1451911120.2400.410.2594.9438.1659.41
Hex91BF7018029195f263b
Octal22127716030051311374673
Binary10010001101111111110000110000101001110011011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,191,112); }

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

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

 a { background-color: rgb(145,191,112); }

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

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

 span { border-color: rgb(145,191,112); }

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