Html Css Color HEX #9EBD70 Olivine

📋 copy color: '#9EBD70'

red 158 ◦ green 189 ◦ blue 112

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

Shades of Olivine #9EBD70

Tints of Olivine #9EBD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 34.42%
G = 41.18%
B = 24.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#9EBD70 (or 0x9EBD70) is known color: Olivine. HEX triplet: 9E, BD and 70. RGB value is (158,189,112). Sum of RGB (Red+Green+Blue) = 158+189+112=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD70 is #61428F. Grayscale: #ABABAB. Windows color (decimal): -6374032 or 7388574. OLE color: 7388574.

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

Color convert

RGB 158 189 112 -
CMYK 0.16 0 0.41 0.26
HSL 84.16º 0.37% 0.59% -
HSV(B) 84.16º 0.41% 0.74% -
XYZ 35.22 44.83 22.13 -
YUV 170.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 158 189 112 0.16 0 0.41 0.26 84.16 0.37 0.59
Hex 9E BD 70 10 0 29 1A 54 25 3B
Octal 236 275 160 20 0 51 32 124 45 73
Binary 10011110 10111101 1110000 10000 0 101001 11010 1010100 100101 111011

Color Harmonies of #9EBD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD70

Black with #9EBD70

Text Example


Text Example

White with #9EBD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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