Html Css Color HEX #93AD7D Olivine

📋 copy color: '#93AD7D'

red 147 ◦ green 173 ◦ blue 125

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

Shades of Olivine #93AD7D

Tints of Olivine #93AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 33.03%
G = 38.88%
B = 28.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#93AD7D (or 0x93AD7D) is known color: Olivine. HEX triplet: 93, AD and 7D. RGB value is (147,173,125). Sum of RGB (Red+Green+Blue) = 147+173+125=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD7D is #6C5282. Grayscale: #9F9F9F. Windows color (decimal): -7099011 or 8236435. OLE color: 8236435.

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

Color convert

RGB 147 173 125 -
CMYK 0.15 0 0.28 0.32
HSL 92.5º 0.23% 0.58% -
HSV(B) 92.5º 0.28% 0.68% -
XYZ 30.68 37.57 25.04 -
YUV 159.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 147 173 125 0.15 0 0.28 0.32 92.5 0.23 0.58
Hex 93 AD 7D F 0 1C 20 5C 17 3A
Octal 223 255 175 17 0 34 40 134 27 72
Binary 10010011 10101101 1111101 1111 0 11100 100000 1011100 10111 111010

Color Harmonies of #93AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD7D

Black with #93AD7D

Text Example


Text Example

White with #93AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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