Html Css Color HEX #9EC975 Olivine

📋 copy color: '#9EC975'

red 158 ◦ green 201 ◦ blue 117

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

Shades of Olivine #9EC975

Tints of Olivine #9EC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

 BLUE value IS 117 (46.09% from 255) = 24.58%

R = 33.19%
G = 42.23%
B = 24.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#9EC975 (or 0x9EC975) is known color: Olivine. HEX triplet: 9E, C9 and 75. RGB value is (158,201,117). Sum of RGB (Red+Green+Blue) = 158+201+117=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC975 is #61368A. Grayscale: #B2B2B2. Windows color (decimal): -6370955 or 7719326. OLE color: 7719326.

HSL color Cylindrical-coordinate representation of color #9EC975: hue angle of 90.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EC975 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 201 117 -
CMYK 0.21 0 0.42 0.21
HSL 90.71º 0.44% 0.62% -
HSV(B) 90.71º 0.42% 0.79% -
XYZ 38.2 50.33 24.53 -
YUV 178.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 158 201 117 0.21 0 0.42 0.21 90.71 0.44 0.62
Hex 9E C9 75 15 0 2A 15 5B 2C 3E
Octal 236 311 165 25 0 52 25 133 54 76
Binary 10011110 11001001 1110101 10101 0 101010 10101 1011011 101100 111110

Color Harmonies of #9EC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC975

Black with #9EC975

Text Example


Text Example

White with #9EC975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,201,117); }

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

background-color css

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

 a { background-color: rgb(158,201,117); }

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

border-color css

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

 span { border-color: rgb(158,201,117); }

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