#06BC7A

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

Shades of Mountain Meadow #06BC7A

Tints of Mountain Meadow #06BC7A

Color information

#06BC7A (or 0x06BC7A) is unknown color: approx Mountain Meadow. HEX triplet: 06, BC and 7A. RGB value is (6,188,122). Sum of RGB (Red+Green+Blue) = 6+188+122=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC7A is #F94385. Grayscale: #7E7E7E. Windows color (decimal): -16335750 or 8043526. OLE color: 8043526.

HSL color Cylindrical-coordinate representation of color #06BC7A: hue angle of 158.24º 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 #06BC7A is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB6188122-
CMYK0.9700.350.26
HSL158.24º93.81%38.04%-
HSV(B)158.24º96.81%73.73%-
XYZ21.5737.4124.5-
YUV126.06125.742.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 188 (73.83% from 255) = 59.49%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=1.90%
G=59.49%
B=38.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61881220.9700.350.26158.2493.8138.04
Hex6BC7A610231A9e5e26
Octal62741721410433223613646
Binary1101011110011110101100001010001111010100111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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