#91AD6F

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

Shades of Olivine #91AD6F

Tints of Olivine #91AD6F

Color information

#91AD6F (or 0x91AD6F) is unknown color: approx Olivine. HEX triplet: 91, AD and 6F. RGB value is (145,173,111). Sum of RGB (Red+Green+Blue) = 145+173+111=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #91AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AD6F is #6E5290. Grayscale: #9D9D9D. Windows color (decimal): -7230097 or 7318929. OLE color: 7318929.

HSL color Cylindrical-coordinate representation of color #91AD6F: hue angle of 87.1º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91AD6F is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB145173111-
CMYK0.1600.360.32
HSL87.1º27.43%55.69%-
HSV(B)87.1º35.84%67.84%-
XYZ29.4937.0520.64-
YUV157.56101.72119.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=33.80%
G=40.33%
B=25.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451731110.1600.360.3287.127.4355.69
Hex91AD6F1002420571b38
Octal22125515720044401273370
Binary10010001101011011101111100000100100100000101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,173,111); }

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

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

 a { background-color: rgb(145,173,111); }

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

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

 span { border-color: rgb(145,173,111); }

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