Html Css Color HEX #91AD76 Olivine

📋 copy color: '#91AD76'

red 145 ◦ green 173 ◦ blue 118

#91AD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #91AD76

Tints of Olivine #91AD76

RGB

 RED value IS 145 (57.03% from 255) = 33.26%

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 33.26%
G = 39.68%
B = 27.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#91AD76 (or 0x91AD76) is known color: Olivine. HEX triplet: 91, AD and 76. RGB value is (145,173,118). Sum of RGB (Red+Green+Blue) = 145+173+118=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #91AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AD76 is #6E5289. Grayscale: #9E9E9E. Windows color (decimal): -7230090 or 7777681. OLE color: 7777681.

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

Color convert

RGB 145 173 118 -
CMYK 0.16 0 0.32 0.32
HSL 90.55º 0.25% 0.57% -
HSV(B) 90.55º 0.32% 0.68% -
XYZ 29.89 37.21 22.75 -
YUV 158.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 145 173 118 0.16 0 0.32 0.32 90.55 0.25 0.57
Hex 91 AD 76 10 0 20 20 5B 19 39
Octal 221 255 166 20 0 40 40 133 31 71
Binary 10010001 10101101 1110110 10000 0 100000 100000 1011011 11001 111001

Color Harmonies of #91AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AD76

Black with #91AD76

Text Example


Text Example

White with #91AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91AD76;
 }
 .AnyTagClassName
 {
   color: #91AD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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