Html Css Color HEX #93AD6D Olivine

📋 copy color: '#93AD6D'

red 147 ◦ green 173 ◦ blue 109

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

Shades of Olivine #93AD6D

Tints of Olivine #93AD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 34.27%
G = 40.33%
B = 25.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#93AD6D (or 0x93AD6D) is known color: Olivine. HEX triplet: 93, AD and 6D. RGB value is (147,173,109). Sum of RGB (Red+Green+Blue) = 147+173+109=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD6D is #6C5292. Grayscale: #9E9E9E. Windows color (decimal): -7099027 or 7187859. OLE color: 7187859.

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

Color convert

RGB 147 173 109 -
CMYK 0.15 0 0.37 0.32
HSL 84.38º 0.28% 0.55% -
HSV(B) 84.38º 0.37% 0.68% -
XYZ 29.74 37.19 20.08 -
YUV 157.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 147 173 109 0.15 0 0.37 0.32 84.38 0.28 0.55
Hex 93 AD 6D F 0 25 20 54 1C 37
Octal 223 255 155 17 0 45 40 124 34 67
Binary 10010011 10101101 1101101 1111 0 100101 100000 1010100 11100 110111

Color Harmonies of #93AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD6D

Black with #93AD6D

Text Example


Text Example

White with #93AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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