Html Css Color HEX #9EBC7D Olivine

📋 copy color: '#9EBC7D'

red 158 ◦ green 188 ◦ blue 125

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

Shades of Olivine #9EBC7D

Tints of Olivine #9EBC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

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

R = 33.55%
G = 39.92%
B = 26.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#9EBC7D (or 0x9EBC7D) is known color: Olivine. HEX triplet: 9E, BC and 7D. RGB value is (158,188,125). Sum of RGB (Red+Green+Blue) = 158+188+125=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC7D is #614382. Grayscale: #ACACAC. Windows color (decimal): -6374275 or 8240286. OLE color: 8240286.

HSL color Cylindrical-coordinate representation of color #9EBC7D: hue angle of 88.57º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EBC7D is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 125 -
CMYK 0.16 0 0.34 0.26
HSL 88.57º 0.32% 0.61% -
HSV(B) 88.57º 0.34% 0.74% -
XYZ 35.79 44.72 26.15 -
YUV 171.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 158 188 125 0.16 0 0.34 0.26 88.57 0.32 0.61
Hex 9E BC 7D 10 0 22 1A 59 20 3D
Octal 236 274 175 20 0 42 32 131 40 75
Binary 10011110 10111100 1111101 10000 0 100010 11010 1011001 100000 111101

Color Harmonies of #9EBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC7D

Black with #9EBC7D

Text Example


Text Example

White with #9EBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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