Html Css Color HEX #0EBB76 Mountain Meadow

📋 copy color: '#0EBB76'

red 14 ◦ green 187 ◦ blue 118

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

Shades of Mountain Meadow #0EBB76

Tints of Mountain Meadow #0EBB76

RGB

 RED value IS 14 (5.86% from 255) = 4.39%

 GREEN value IS 187 (73.44% from 255) = 58.62%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 4.39%
G = 58.62%
B = 36.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#0EBB76 (or 0x0EBB76) is known color: Mountain Meadow. HEX triplet: 0E, BB and 76. RGB value is (14,187,118). Sum of RGB (Red+Green+Blue) = 14+187+118=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB76 is #F14489. Grayscale: #7F7F7F. Windows color (decimal): -15811722 or 7781134. OLE color: 7781134.

HSL color Cylindrical-coordinate representation of color #0EBB76: hue angle of 156.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB76 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 118 -
CMYK 0.93 0 0.37 0.27
HSL 156.07º 0.86% 0.39% -
HSV(B) 156.07º 0.93% 0.73% -
XYZ 21.22 36.94 23.15 -
YUV 127.41 122.69 47.11 -
System Red Green Blue C M Y K H S L
Decimal 14 187 118 0.93 0 0.37 0.27 156.07 0.86 0.39
Hex E BB 76 5D 0 25 1B 9C 56 27
Octal 16 273 166 135 0 45 33 234 126 47
Binary 1110 10111011 1110110 1011101 0 100101 11011 10011100 1010110 100111

Color Harmonies of #0EBB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB76

Black with #0EBB76

Text Example


Text Example

White with #0EBB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EBB76; }

 p { color: rgb(14,187,118); }

 H1.HeaderClassName
 {
   color: #0EBB76;
 }
 .AnyTagClassName
 {
   color: #0EBB76;
 }
</style>

background-color css

<style>
 a { background-color: #0EBB76; }

 a { background-color: rgb(14,187,118); }

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

border-color css

<style>
 span { border-color: #0EBB76; }

 span { border-color: rgb(14,187,118); }

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