Html Css Color HEX #93AA78 Olivine

📋 copy color: '#93AA78'

red 147 ◦ green 170 ◦ blue 120

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

Shades of Olivine #93AA78

Tints of Olivine #93AA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 33.64%
G = 38.9%
B = 27.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#93AA78 (or 0x93AA78) is known color: Olivine. HEX triplet: 93, AA and 78. RGB value is (147,170,120). Sum of RGB (Red+Green+Blue) = 147+170+120=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA78 is #6C5587. Grayscale: #9D9D9D. Windows color (decimal): -7099784 or 7907987. OLE color: 7907987.

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

Color convert

RGB 147 170 120 -
CMYK 0.14 0 0.29 0.33
HSL 87.6º 0.23% 0.57% -
HSV(B) 87.6º 0.29% 0.67% -
XYZ 29.8 36.31 23.21 -
YUV 157.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 147 170 120 0.14 0 0.29 0.33 87.6 0.23 0.57
Hex 93 AA 78 E 0 1D 21 58 17 39
Octal 223 252 170 16 0 35 41 130 27 71
Binary 10010011 10101010 1111000 1110 0 11101 100001 1011000 10111 111001

Color Harmonies of #93AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA78

Black with #93AA78

Text Example


Text Example

White with #93AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,170,120); }

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

background-color css

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

 a { background-color: rgb(147,170,120); }

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

border-color css

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

 span { border-color: rgb(147,170,120); }

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