Html Css Color HEX #9EBA74 Olivine

📋 copy color: '#9EBA74'

red 158 ◦ green 186 ◦ blue 116

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

Shades of Olivine #9EBA74

Tints of Olivine #9EBA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 34.35%
G = 40.43%
B = 25.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#9EBA74 (or 0x9EBA74) is known color: Olivine. HEX triplet: 9E, BA and 74. RGB value is (158,186,116). Sum of RGB (Red+Green+Blue) = 158+186+116=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA74 is #61458B. Grayscale: #A9A9A9. Windows color (decimal): -6374796 or 7649950. OLE color: 7649950.

HSL color Cylindrical-coordinate representation of color #9EBA74: hue angle of 84º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EBA74 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 116 -
CMYK 0.15 0 0.38 0.27
HSL 84º 0.34% 0.59% -
HSV(B) 84º 0.38% 0.73% -
XYZ 34.81 43.65 23.11 -
YUV 169.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 158 186 116 0.15 0 0.38 0.27 84 0.34 0.59
Hex 9E BA 74 F 0 26 1B 54 22 3B
Octal 236 272 164 17 0 46 33 124 42 73
Binary 10011110 10111010 1110100 1111 0 100110 11011 1010100 100010 111011

Color Harmonies of #9EBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA74

Black with #9EBA74

Text Example


Text Example

White with #9EBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,116); }

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

background-color css

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

 a { background-color: rgb(158,186,116); }

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

border-color css

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

 span { border-color: rgb(158,186,116); }

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