Html Css Color HEX #9EBD78 Olivine

📋 copy color: '#9EBD78'

red 158 ◦ green 189 ◦ blue 120

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

Shades of Olivine #9EBD78

Tints of Olivine #9EBD78

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 33.83%
G = 40.47%
B = 25.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#9EBD78 (or 0x9EBD78) is known color: Olivine. HEX triplet: 9E, BD and 78. RGB value is (158,189,120). Sum of RGB (Red+Green+Blue) = 158+189+120=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD78 is #614287. Grayscale: #ACACAC. Windows color (decimal): -6374024 or 7912862. OLE color: 7912862.

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

Color convert

RGB 158 189 120 -
CMYK 0.16 0 0.37 0.26
HSL 86.96º 0.34% 0.61% -
HSV(B) 86.96º 0.37% 0.74% -
XYZ 35.69 45.02 24.58 -
YUV 171.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 158 189 120 0.16 0 0.37 0.26 86.96 0.34 0.61
Hex 9E BD 78 10 0 25 1A 57 22 3D
Octal 236 275 170 20 0 45 32 127 42 75
Binary 10011110 10111101 1111000 10000 0 100101 11010 1010111 100010 111101

Color Harmonies of #9EBD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD78

Black with #9EBD78

Text Example


Text Example

White with #9EBD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,120); }

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

background-color css

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

 a { background-color: rgb(158,189,120); }

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

border-color css

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

 span { border-color: rgb(158,189,120); }

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