Html Css Color HEX #91AC76 Olivine

📋 copy color: '#91AC76'

red 145 ◦ green 172 ◦ blue 118

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

Shades of Olivine #91AC76

Tints of Olivine #91AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.54%

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

R = 33.33%
G = 39.54%
B = 27.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#91AC76 (or 0x91AC76) is known color: Olivine. HEX triplet: 91, AC and 76. RGB value is (145,172,118). Sum of RGB (Red+Green+Blue) = 145+172+118=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AC76 is #6E5389. Grayscale: #9D9D9D. Windows color (decimal): -7230346 or 7777425. OLE color: 7777425.

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

Color convert

RGB 145 172 118 -
CMYK 0.16 0 0.31 0.33
HSL 90º 0.25% 0.57% -
HSV(B) 90º 0.31% 0.67% -
XYZ 29.7 36.83 22.68 -
YUV 157.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 145 172 118 0.16 0 0.31 0.33 90 0.25 0.57
Hex 91 AC 76 10 0 1F 21 5A 19 39
Octal 221 254 166 20 0 37 41 132 31 71
Binary 10010001 10101100 1110110 10000 0 11111 100001 1011010 11001 111001

Color Harmonies of #91AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AC76

Black with #91AC76

Text Example


Text Example

White with #91AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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