#91A57F

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

Shades of Olivine #91A57F

Tints of Olivine #91A57F

Color information

#91A57F (or 0x91A57F) is unknown color: approx Olivine. HEX triplet: 91, A5 and 7F. RGB value is (145,165,127). Sum of RGB (Red+Green+Blue) = 145+165+127=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 165 - color contains mainly: green. Hex color #91A57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A57F is #6E5A80. Grayscale: #9A9A9A. Windows color (decimal): -7232129 or 8365457. OLE color: 8365457.

HSL color Cylindrical-coordinate representation of color #91A57F: hue angle of 91.58º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91A57F is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB145165127-
CMYK0.1200.230.35
HSL91.58º17.43%57.25%-
HSV(B)91.58º23.03%64.71%-
XYZ28.9634.4625.2-
YUV154.69112.37121.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 127 (50% from 255) = 29.06%
R=33.18%
G=37.76%
B=29.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1451651270.1200.230.3591.5817.4357.25
Hex91A57FC017235c1139
Octal22124517714027431342171
Binary100100011010010111111111100010111100011101110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,165,127); }

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

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

 a { background-color: rgb(145,165,127); }

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

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

 span { border-color: rgb(145,165,127); }

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