Html Css Color HEX #9EAE7D Olivine

📋 copy color: '#9EAE7D'

red 158 ◦ green 174 ◦ blue 125

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

Shades of Olivine #9EAE7D

Tints of Olivine #9EAE7D

RGB

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

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

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

R = 34.57%
G = 38.07%
B = 27.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#9EAE7D (or 0x9EAE7D) is known color: Olivine. HEX triplet: 9E, AE and 7D. RGB value is (158,174,125). Sum of RGB (Red+Green+Blue) = 158+174+125=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAE7D is #615182. Grayscale: #A3A3A3. Windows color (decimal): -6377859 or 8236702. OLE color: 8236702.

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

Color convert

RGB 158 174 125 -
CMYK 0.09 0 0.28 0.32
HSL 79.59º 0.23% 0.59% -
HSV(B) 79.59º 0.28% 0.68% -
XYZ 32.94 39.02 25.2 -
YUV 163.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 158 174 125 0.09 0 0.28 0.32 79.59 0.23 0.59
Hex 9E AE 7D 9 0 1C 20 50 17 3B
Octal 236 256 175 11 0 34 40 120 27 73
Binary 10011110 10101110 1111101 1001 0 11100 100000 1010000 10111 111011

Color Harmonies of #9EAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAE7D

Black with #9EAE7D

Text Example


Text Example

White with #9EAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,125); }

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

background-color css

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

 a { background-color: rgb(158,174,125); }

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

border-color css

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

 span { border-color: rgb(158,174,125); }

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