Html Css Color HEX #91AB80 Olivine

📋 copy color: '#91AB80'

red 145 ◦ green 171 ◦ blue 128

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

Shades of Olivine #91AB80

Tints of Olivine #91AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 32.66%
G = 38.51%
B = 28.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#91AB80 (or 0x91AB80) is known color: Olivine. HEX triplet: 91, AB and 80. RGB value is (145,171,128). Sum of RGB (Red+Green+Blue) = 145+171+128=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AB80 is #6E547F. Grayscale: #9E9E9E. Windows color (decimal): -7230592 or 8432529. OLE color: 8432529.

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

Color convert

RGB 145 171 128 -
CMYK 0.15 0 0.25 0.33
HSL 96.28º 0.2% 0.59% -
HSV(B) 96.28º 0.25% 0.67% -
XYZ 30.14 36.7 25.92 -
YUV 158.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 145 171 128 0.15 0 0.25 0.33 96.28 0.2 0.59
Hex 91 AB 80 F 0 19 21 60 14 3B
Octal 221 253 200 17 0 31 41 140 24 73
Binary 10010001 10101011 10000000 1111 0 11001 100001 1100000 10100 111011

Color Harmonies of #91AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AB80

Black with #91AB80

Text Example


Text Example

White with #91AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,171,128); }

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

background-color css

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

 a { background-color: rgb(145,171,128); }

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

border-color css

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

 span { border-color: rgb(145,171,128); }

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