Html Css Color HEX #91AB7A Olivine

📋 copy color: '#91AB7A'

red 145 ◦ green 171 ◦ blue 122

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

Shades of Olivine #91AB7A

Tints of Olivine #91AB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 33.11%
G = 39.04%
B = 27.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#91AB7A (or 0x91AB7A) is known color: Olivine. HEX triplet: 91, AB and 7A. RGB value is (145,171,122). Sum of RGB (Red+Green+Blue) = 145+171+122=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB7A is #6E5485. Grayscale: #9D9D9D. Windows color (decimal): -7230598 or 8039313. OLE color: 8039313.

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

Color convert

RGB 145 171 122 -
CMYK 0.15 0 0.29 0.33
HSL 91.84º 0.23% 0.57% -
HSV(B) 91.84º 0.29% 0.67% -
XYZ 29.75 36.55 23.9 -
YUV 157.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 145 171 122 0.15 0 0.29 0.33 91.84 0.23 0.57
Hex 91 AB 7A F 0 1D 21 5C 17 39
Octal 221 253 172 17 0 35 41 134 27 71
Binary 10010001 10101011 1111010 1111 0 11101 100001 1011100 10111 111001

Color Harmonies of #91AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AB7A

Black with #91AB7A

Text Example


Text Example

White with #91AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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