Html Css Color HEX #91AB7D Olivine

📋 copy color: '#91AB7D'

red 145 ◦ green 171 ◦ blue 125

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

Shades of Olivine #91AB7D

Tints of Olivine #91AB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 32.88%
G = 38.78%
B = 28.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#91AB7D (or 0x91AB7D) is known color: Olivine. HEX triplet: 91, AB and 7D. RGB value is (145,171,125). Sum of RGB (Red+Green+Blue) = 145+171+125=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB7D is #6E5482. Grayscale: #9E9E9E. Windows color (decimal): -7230595 or 8235921. OLE color: 8235921.

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

Color convert

RGB 145 171 125 -
CMYK 0.15 0 0.27 0.33
HSL 93.91º 0.21% 0.58% -
HSV(B) 93.91º 0.27% 0.67% -
XYZ 29.94 36.63 24.89 -
YUV 157.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 145 171 125 0.15 0 0.27 0.33 93.91 0.21 0.58
Hex 91 AB 7D F 0 1B 21 5E 15 3A
Octal 221 253 175 17 0 33 41 136 25 72
Binary 10010001 10101011 1111101 1111 0 11011 100001 1011110 10101 111010

Color Harmonies of #91AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AB7D

Black with #91AB7D

Text Example


Text Example

White with #91AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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