Html Css Color HEX #93AB72 Olivine

📋 copy color: '#93AB72'

red 147 ◦ green 171 ◦ blue 114

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

Shades of Olivine #93AB72

Tints of Olivine #93AB72

RGB

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

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

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

R = 34.03%
G = 39.58%
B = 26.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#93AB72 (or 0x93AB72) is known color: Olivine. HEX triplet: 93, AB and 72. RGB value is (147,171,114). Sum of RGB (Red+Green+Blue) = 147+171+114=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB72 is #6C548D. Grayscale: #9D9D9D. Windows color (decimal): -7099534 or 7515027. OLE color: 7515027.

HSL color Cylindrical-coordinate representation of color #93AB72: hue angle of 85.26º 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 #93AB72 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 114 -
CMYK 0.14 0 0.33 0.33
HSL 85.26º 0.25% 0.56% -
HSV(B) 85.26º 0.33% 0.67% -
XYZ 29.63 36.54 21.41 -
YUV 157.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 147 171 114 0.14 0 0.33 0.33 85.26 0.25 0.56
Hex 93 AB 72 E 0 21 21 55 19 38
Octal 223 253 162 16 0 41 41 125 31 70
Binary 10010011 10101011 1110010 1110 0 100001 100001 1010101 11001 111000

Color Harmonies of #93AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB72

Black with #93AB72

Text Example


Text Example

White with #93AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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