Html Css Color HEX #9ECB75 Olivine

📋 copy color: '#9ECB75'

red 158 ◦ green 203 ◦ blue 117

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

Shades of Olivine #9ECB75

Tints of Olivine #9ECB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 33.05%
G = 42.47%
B = 24.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#9ECB75 (or 0x9ECB75) is known color: Olivine. HEX triplet: 9E, CB and 75. RGB value is (158,203,117). Sum of RGB (Red+Green+Blue) = 158+203+117=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB75 is #61348A. Grayscale: #B4B4B4. Windows color (decimal): -6370443 or 7719838. OLE color: 7719838.

HSL color Cylindrical-coordinate representation of color #9ECB75: hue angle of 91.4º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ECB75 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 203 117 -
CMYK 0.22 0 0.42 0.20
HSL 91.4º 0.45% 0.63% -
HSV(B) 91.4º 0.42% 0.8% -
XYZ 38.67 51.27 24.69 -
YUV 179.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 158 203 117 0.22 0 0.42 0.20 91.4 0.45 0.63
Hex 9E CB 75 16 0 2A 14 5B 2D 3F
Octal 236 313 165 26 0 52 24 133 55 77
Binary 10011110 11001011 1110101 10110 0 101010 10100 1011011 101101 111111

Color Harmonies of #9ECB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECB75

Black with #9ECB75

Text Example


Text Example

White with #9ECB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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