Html Css Color HEX #93AD7E Olivine

📋 copy color: '#93AD7E'

red 147 ◦ green 173 ◦ blue 126

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

Shades of Olivine #93AD7E

Tints of Olivine #93AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.79%

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 32.96%
G = 38.79%
B = 28.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#93AD7E (or 0x93AD7E) is known color: Olivine. HEX triplet: 93, AD and 7E. RGB value is (147,173,126). Sum of RGB (Red+Green+Blue) = 147+173+126=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD7E is #6C5281. Grayscale: #A0A0A0. Windows color (decimal): -7099010 or 8301971. OLE color: 8301971.

HSL color Cylindrical-coordinate representation of color #93AD7E: hue angle of 93.19º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93AD7E is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 173 126 -
CMYK 0.15 0 0.27 0.32
HSL 93.19º 0.22% 0.59% -
HSV(B) 93.19º 0.27% 0.68% -
XYZ 30.74 37.6 25.38 -
YUV 159.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 147 173 126 0.15 0 0.27 0.32 93.19 0.22 0.59
Hex 93 AD 7E F 0 1B 20 5D 16 3B
Octal 223 255 176 17 0 33 40 135 26 73
Binary 10010011 10101101 1111110 1111 0 11011 100000 1011101 10110 111011

Color Harmonies of #93AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD7E

Black with #93AD7E

Text Example


Text Example

White with #93AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,173,126); }

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

background-color css

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

 a { background-color: rgb(147,173,126); }

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

border-color css

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

 span { border-color: rgb(147,173,126); }

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