Html Css Color HEX #9EAD81 Olivine

📋 copy color: '#9EAD81'

red 158 ◦ green 173 ◦ blue 129

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

Shades of Olivine #9EAD81

Tints of Olivine #9EAD81

RGB

 RED value IS 158 (62.11% from 255) = 34.35%

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

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 34.35%
G = 37.61%
B = 28.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#9EAD81 (or 0x9EAD81) is known color: Olivine. HEX triplet: 9E, AD and 81. RGB value is (158,173,129). Sum of RGB (Red+Green+Blue) = 158+173+129=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD81 is #61527E. Grayscale: #A3A3A3. Windows color (decimal): -6378111 or 8498590. OLE color: 8498590.

HSL color Cylindrical-coordinate representation of color #9EAD81: hue angle of 80.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EAD81 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 129 -
CMYK 0.09 0 0.25 0.32
HSL 80.45º 0.21% 0.59% -
HSV(B) 80.45º 0.25% 0.68% -
XYZ 33.01 38.74 26.51 -
YUV 163.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 158 173 129 0.09 0 0.25 0.32 80.45 0.21 0.59
Hex 9E AD 81 9 0 19 20 50 15 3B
Octal 236 255 201 11 0 31 40 120 25 73
Binary 10011110 10101101 10000001 1001 0 11001 100000 1010000 10101 111011

Color Harmonies of #9EAD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD81

Black with #9EAD81

Text Example


Text Example

White with #9EAD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EAD81; }

 p { color: rgb(158,173,129); }

 H1.HeaderClassName
 {
   color: #9EAD81;
 }
 .AnyTagClassName
 {
   color: #9EAD81;
 }
</style>

background-color css

<style>
 a { background-color: #9EAD81; }

 a { background-color: rgb(158,173,129); }

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

border-color css

<style>
 span { border-color: #9EAD81; }

 span { border-color: rgb(158,173,129); }

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