#10B674

Color #10B674 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10B674

Tints of Mountain Meadow #10B674

Color information

#10B674 (or 0x10B674) is unknown color: approx Mountain Meadow. HEX triplet: 10, B6 and 74. RGB value is (16,182,116). Sum of RGB (Red+Green+Blue) = 16+182+116=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #10B674 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B674 is #EF498B. Grayscale: #7C7C7C. Windows color (decimal): -15681932 or 7648784. OLE color: 7648784.

HSL color Cylindrical-coordinate representation of color #10B674: hue angle of 156.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B674 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB16182116-
CMYK0.9100.360.29
HSL156.14º83.84%38.82%-
HSV(B)156.14º91.21%71.37%-
XYZ20.0934.8322.19-
YUV124.8412350.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.10%
GREEN value IS 182 (71.48% from 255) = 57.96%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=5.10%
G=57.96%
B=36.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161821160.9100.360.29156.1483.8438.82
Hex10B6745B0241D9c5427
Octal202661641330443523412447
Binary100001011011011101001011011010010011101100111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B674; }

 p { color: rgb(16,182,116); }

 H1.HeaderClassName
 {
   color: #10B674;
 }
 .AnyTagClassName
 {
   color: #10B674;
 }
</style>
background-color css

<style>
 a { background-color: #10B674; }

 a { background-color: rgb(16,182,116); }

 div.DivClassName
 {
   background-color: #10B674;
 }
 .BgClassName
 {
   background-color: #10B674;
 }
</style>
border-color css

<style>
 span { border-color: #10B674; }

 span { border-color: rgb(16,182,116); }

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