#06BC7C

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

Shades of Mountain Meadow #06BC7C

Tints of Mountain Meadow #06BC7C

Color information

#06BC7C (or 0x06BC7C) is unknown color: approx Mountain Meadow. HEX triplet: 06, BC and 7C. RGB value is (6,188,124). Sum of RGB (Red+Green+Blue) = 6+188+124=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC7C is #F94383. Grayscale: #7E7E7E. Windows color (decimal): -16335748 or 8174598. OLE color: 8174598.

HSL color Cylindrical-coordinate representation of color #06BC7C: hue angle of 158.9º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC7C is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB6188124-
CMYK0.9700.340.26
HSL158.9º93.81%38.04%-
HSV(B)158.9º96.81%73.73%-
XYZ21.737.4625.16-
YUV126.29126.742.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.89%
GREEN value IS 188 (73.83% from 255) = 59.12%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=1.89%
G=59.12%
B=38.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61881240.9700.340.26158.993.8138.04
Hex6BC7C610221A9f5e26
Octal62741741410423223713646
Binary1101011110011111001100001010001011010100111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BC7C; }

 p { color: rgb(6,188,124); }

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

<style>
 a { background-color: #06BC7C; }

 a { background-color: rgb(6,188,124); }

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

<style>
 span { border-color: #06BC7C; }

 span { border-color: rgb(6,188,124); }

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