Html Css Color HEX #91AB72 Olivine

📋 copy color: '#91AB72'

red 145 ◦ green 171 ◦ blue 114

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

Shades of Olivine #91AB72

Tints of Olivine #91AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 33.72%
G = 39.77%
B = 26.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#91AB72 (or 0x91AB72) is known color: Olivine. HEX triplet: 91, AB and 72. RGB value is (145,171,114). Sum of RGB (Red+Green+Blue) = 145+171+114=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB72 is #6E548D. Grayscale: #9C9C9C. Windows color (decimal): -7230606 or 7515025. OLE color: 7515025.

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

Color convert

RGB 145 171 114 -
CMYK 0.15 0 0.33 0.33
HSL 87.37º 0.25% 0.56% -
HSV(B) 87.37º 0.33% 0.67% -
XYZ 29.28 36.36 21.39 -
YUV 156.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 145 171 114 0.15 0 0.33 0.33 87.37 0.25 0.56
Hex 91 AB 72 F 0 21 21 57 19 38
Octal 221 253 162 17 0 41 41 127 31 70
Binary 10010001 10101011 1110010 1111 0 100001 100001 1010111 11001 111000

Color Harmonies of #91AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AB72

Black with #91AB72

Text Example


Text Example

White with #91AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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