Html Css Color HEX #11B074 Mountain Meadow

📋 copy color: '#11B074'

red 17 ◦ green 176 ◦ blue 116

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

Shades of Mountain Meadow #11B074

Tints of Mountain Meadow #11B074

RGB

 RED value IS 17 (7.03% from 255) = 5.5%

 GREEN value IS 176 (69.14% from 255) = 56.96%

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

R = 5.5%
G = 56.96%
B = 37.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#11B074 (or 0x11B074) is known color: Mountain Meadow. HEX triplet: 11, B0 and 74. RGB value is (17,176,116). Sum of RGB (Red+Green+Blue) = 17+176+116=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #11B074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B074 is #EE4F8B. Grayscale: #797979. Windows color (decimal): -15617932 or 7647249. OLE color: 7647249.

HSL color Cylindrical-coordinate representation of color #11B074: hue angle of 157.36º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B074 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 176 116 -
CMYK 0.90 0 0.34 0.31
HSL 157.36º 0.82% 0.38% -
HSV(B) 157.36º 0.9% 0.69% -
XYZ 18.91 32.43 21.79 -
YUV 121.62 124.82 53.38 -
System Red Green Blue C M Y K H S L
Decimal 17 176 116 0.90 0 0.34 0.31 157.36 0.82 0.38
Hex 11 B0 74 5A 0 22 1F 9D 52 26
Octal 21 260 164 132 0 42 37 235 122 46
Binary 10001 10110000 1110100 1011010 0 100010 11111 10011101 1010010 100110

Color Harmonies of #11B074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B074

Black with #11B074

Text Example


Text Example

White with #11B074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11B074; }

 p { color: rgb(17,176,116); }

 H1.HeaderClassName
 {
   color: #11B074;
 }
 .AnyTagClassName
 {
   color: #11B074;
 }
</style>

background-color css

<style>
 a { background-color: #11B074; }

 a { background-color: rgb(17,176,116); }

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

border-color css

<style>
 span { border-color: #11B074; }

 span { border-color: rgb(17,176,116); }

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