Html Css Color HEX #93AE77 Olivine

📋 copy color: '#93AE77'

red 147 ◦ green 174 ◦ blue 119

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

Shades of Olivine #93AE77

Tints of Olivine #93AE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.55%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 33.41%
G = 39.55%
B = 27.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#93AE77 (or 0x93AE77) is known color: Olivine. HEX triplet: 93, AE and 77. RGB value is (147,174,119). Sum of RGB (Red+Green+Blue) = 147+174+119=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE77 is #6C5188. Grayscale: #9F9F9F. Windows color (decimal): -7098761 or 7843475. OLE color: 7843475.

HSL color Cylindrical-coordinate representation of color #93AE77: hue angle of 89.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93AE77 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 174 119 -
CMYK 0.16 0 0.32 0.32
HSL 89.45º 0.25% 0.57% -
HSV(B) 89.45º 0.32% 0.68% -
XYZ 30.5 37.81 23.14 -
YUV 159.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 147 174 119 0.16 0 0.32 0.32 89.45 0.25 0.57
Hex 93 AE 77 10 0 20 20 59 19 39
Octal 223 256 167 20 0 40 40 131 31 71
Binary 10010011 10101110 1110111 10000 0 100000 100000 1011001 11001 111001

Color Harmonies of #93AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AE77

Black with #93AE77

Text Example


Text Example

White with #93AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,174,119); }

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

background-color css

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

 a { background-color: rgb(147,174,119); }

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

border-color css

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

 span { border-color: rgb(147,174,119); }

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