Html Css Color HEX #91AB70 Olivine

📋 copy color: '#91AB70'

red 145 ◦ green 171 ◦ blue 112

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

Shades of Olivine #91AB70

Tints of Olivine #91AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 33.88%
G = 39.95%
B = 26.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#91AB70 (or 0x91AB70) is known color: Olivine. HEX triplet: 91, AB and 70. RGB value is (145,171,112). Sum of RGB (Red+Green+Blue) = 145+171+112=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB70 is #6E548F. Grayscale: #9C9C9C. Windows color (decimal): -7230608 or 7383953. OLE color: 7383953.

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

Color convert

RGB 145 171 112 -
CMYK 0.15 0 0.35 0.33
HSL 86.44º 0.26% 0.55% -
HSV(B) 86.44º 0.35% 0.67% -
XYZ 29.16 36.32 20.8 -
YUV 156.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 145 171 112 0.15 0 0.35 0.33 86.44 0.26 0.55
Hex 91 AB 70 F 0 23 21 56 1A 37
Octal 221 253 160 17 0 43 41 126 32 67
Binary 10010001 10101011 1110000 1111 0 100011 100001 1010110 11010 110111

Color Harmonies of #91AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AB70

Black with #91AB70

Text Example


Text Example

White with #91AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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