#91AF80

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

Shades of Olivine #91AF80

Tints of Olivine #91AF80

Color information

#91AF80 (or 0x91AF80) is unknown color: approx Olivine. HEX triplet: 91, AF and 80. RGB value is (145,175,128). Sum of RGB (Red+Green+Blue) = 145+175+128=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AF80 is #6E507F. Grayscale: #A0A0A0. Windows color (decimal): -7229568 or 8433553. OLE color: 8433553.

HSL color Cylindrical-coordinate representation of color #91AF80: hue angle of 98.3º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91AF80 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB145175128-
CMYK0.1700.270.31
HSL98.3º22.71%59.41%-
HSV(B)98.3º26.86%68.63%-
XYZ30.938.2426.17-
YUV160.67109.56116.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.37%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=32.37%
G=39.06%
B=28.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451751280.1700.270.3198.322.7159.41
Hex91AF801101B1F62173b
Octal22125720021033371422773
Binary1001000110101111100000001000101101111111110001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,175,128); }

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

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

 a { background-color: rgb(145,175,128); }

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

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

 span { border-color: rgb(145,175,128); }

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