#91AF7C

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

Shades of Olivine #91AF7C

Tints of Olivine #91AF7C

Color information

#91AF7C (or 0x91AF7C) is unknown color: approx Olivine. HEX triplet: 91, AF and 7C. RGB value is (145,175,124). Sum of RGB (Red+Green+Blue) = 145+175+124=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AF7C is #6E5083. Grayscale: #A0A0A0. Windows color (decimal): -7229572 or 8171409. OLE color: 8171409.

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

Color convert

RGB145175124-
CMYK0.1700.290.31
HSL95.29º24.17%58.63%-
HSV(B)95.29º29.14%68.63%-
XYZ30.6538.1324.81-
YUV160.22107.56117.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.66%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=32.66%
G=39.41%
B=27.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451751240.1700.290.3195.2924.1758.63
Hex91AF7C1101D1F5f183b
Octal22125717421035371373073
Binary100100011010111111111001000101110111111101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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