Html Css Color HEX #9EC074 Olivine

📋 copy color: '#9EC074'

red 158 ◦ green 192 ◦ blue 116

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

Shades of Olivine #9EC074

Tints of Olivine #9EC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 33.91%
G = 41.2%
B = 24.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#9EC074 (or 0x9EC074) is known color: Olivine. HEX triplet: 9E, C0 and 74. RGB value is (158,192,116). Sum of RGB (Red+Green+Blue) = 158+192+116=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC074 is #613F8B. Grayscale: #ADADAD. Windows color (decimal): -6373260 or 7651486. OLE color: 7651486.

HSL color Cylindrical-coordinate representation of color #9EC074: hue angle of 86.84º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EC074 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 116 -
CMYK 0.18 0 0.40 0.25
HSL 86.84º 0.38% 0.6% -
HSV(B) 86.84º 0.4% 0.75% -
XYZ 36.1 46.23 23.54 -
YUV 173.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 158 192 116 0.18 0 0.40 0.25 86.84 0.38 0.6
Hex 9E C0 74 12 0 28 19 57 26 3C
Octal 236 300 164 22 0 50 31 127 46 74
Binary 10011110 11000000 1110100 10010 0 101000 11001 1010111 100110 111100

Color Harmonies of #9EC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC074

Black with #9EC074

Text Example


Text Example

White with #9EC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,192,116); }

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

background-color css

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

 a { background-color: rgb(158,192,116); }

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

border-color css

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

 span { border-color: rgb(158,192,116); }

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