#91AF6D

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

Shades of Olivine #91AF6D

Tints of Olivine #91AF6D

Color information

#91AF6D (or 0x91AF6D) is unknown color: approx Olivine. HEX triplet: 91, AF and 6D. RGB value is (145,175,109). Sum of RGB (Red+Green+Blue) = 145+175+109=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AF6D is #6E5092. Grayscale: #9E9E9E. Windows color (decimal): -7229587 or 7188369. OLE color: 7188369.

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

Color convert

RGB145175109-
CMYK0.1700.380.31
HSL87.27º29.2%55.69%-
HSV(B)87.27º37.71%68.63%-
XYZ29.7737.7820.19-
YUV158.51100.06118.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=33.80%
G=40.79%
B=25.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451751090.1700.380.3187.2729.255.69
Hex91AF6D110261F571d38
Octal22125715521046371273570
Binary1001000110101111110110110001010011011111101011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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