Html Css Color HEX #93AB71 Olivine

📋 copy color: '#93AB71'

red 147 ◦ green 171 ◦ blue 113

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

Shades of Olivine #93AB71

Tints of Olivine #93AB71

RGB

 RED value IS 147 (57.81% from 255) = 34.11%

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 34.11%
G = 39.68%
B = 26.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#93AB71 (or 0x93AB71) is known color: Olivine. HEX triplet: 93, AB and 71. RGB value is (147,171,113). Sum of RGB (Red+Green+Blue) = 147+171+113=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB71 is #6C548E. Grayscale: #9D9D9D. Windows color (decimal): -7099535 or 7449491. OLE color: 7449491.

HSL color Cylindrical-coordinate representation of color #93AB71: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93AB71 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 113 -
CMYK 0.14 0 0.34 0.33
HSL 84.83º 0.26% 0.56% -
HSV(B) 84.83º 0.34% 0.67% -
XYZ 29.58 36.52 21.11 -
YUV 157.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 147 171 113 0.14 0 0.34 0.33 84.83 0.26 0.56
Hex 93 AB 71 E 0 22 21 55 1A 38
Octal 223 253 161 16 0 42 41 125 32 70
Binary 10010011 10101011 1110001 1110 0 100010 100001 1010101 11010 111000

Color Harmonies of #93AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB71

Black with #93AB71

Text Example


Text Example

White with #93AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AB71; }

 p { color: rgb(147,171,113); }

 H1.HeaderClassName
 {
   color: #93AB71;
 }
 .AnyTagClassName
 {
   color: #93AB71;
 }
</style>

background-color css

<style>
 a { background-color: #93AB71; }

 a { background-color: rgb(147,171,113); }

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

border-color css

<style>
 span { border-color: #93AB71; }

 span { border-color: rgb(147,171,113); }

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