Html Css Color HEX #9EBF78 Olivine

📋 copy color: '#9EBF78'

red 158 ◦ green 191 ◦ blue 120

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

Shades of Olivine #9EBF78

Tints of Olivine #9EBF78

RGB

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

 GREEN value IS 191 (75% from 255) = 40.72%

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

R = 33.69%
G = 40.72%
B = 25.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#9EBF78 (or 0x9EBF78) is known color: Olivine. HEX triplet: 9E, BF and 78. RGB value is (158,191,120). Sum of RGB (Red+Green+Blue) = 158+191+120=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF78 is #614087. Grayscale: #ADADAD. Windows color (decimal): -6373512 or 7913374. OLE color: 7913374.

HSL color Cylindrical-coordinate representation of color #9EBF78: hue angle of 87.89º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBF78 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 120 -
CMYK 0.17 0 0.37 0.25
HSL 87.89º 0.36% 0.61% -
HSV(B) 87.89º 0.37% 0.75% -
XYZ 36.12 45.89 24.72 -
YUV 173.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 158 191 120 0.17 0 0.37 0.25 87.89 0.36 0.61
Hex 9E BF 78 11 0 25 19 58 24 3D
Octal 236 277 170 21 0 45 31 130 44 75
Binary 10011110 10111111 1111000 10001 0 100101 11001 1011000 100100 111101

Color Harmonies of #9EBF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF78

Black with #9EBF78

Text Example


Text Example

White with #9EBF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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