Html Css Color HEX #9EC375 Olivine

📋 copy color: '#9EC375'

red 158 ◦ green 195 ◦ blue 117

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

Shades of Olivine #9EC375

Tints of Olivine #9EC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.49%

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

R = 33.62%
G = 41.49%
B = 24.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#9EC375 (or 0x9EC375) is known color: Olivine. HEX triplet: 9E, C3 and 75. RGB value is (158,195,117). Sum of RGB (Red+Green+Blue) = 158+195+117=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC375 is #613C8A. Grayscale: #AFAFAF. Windows color (decimal): -6372491 or 7717790. OLE color: 7717790.

HSL color Cylindrical-coordinate representation of color #9EC375: hue angle of 88.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EC375 is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 117 -
CMYK 0.19 0 0.4 0.24
HSL 88.46º 0.39% 0.61% -
HSV(B) 88.46º 0.4% 0.76% -
XYZ 36.83 47.58 24.07 -
YUV 175.05 95.24 115.84 -
System Red Green Blue C M Y K H S L
Decimal 158 195 117 0.19 0 0.4 0.24 88.46 0.39 0.61
Hex 9E C3 75 13 0 28 18 58 27 3D
Octal 236 303 165 23 0 50 30 130 47 75
Binary 10011110 11000011 1110101 10011 0 101000 11000 1011000 100111 111101

Color Harmonies of #9EC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC375

Black with #9EC375

Text Example


Text Example

White with #9EC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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