Html Css Color HEX #06BA7C Mountain Meadow

📋 copy color: '#06BA7C'

red 6 ◦ green 186 ◦ blue 124

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

Shades of Mountain Meadow #06BA7C

Tints of Mountain Meadow #06BA7C

RGB

 RED value IS 6 (2.73% from 255) = 1.9%

 GREEN value IS 186 (73.05% from 255) = 58.86%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 1.9%
G = 58.86%
B = 39.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#06BA7C (or 0x06BA7C) is known color: Mountain Meadow. HEX triplet: 06, BA and 7C. RGB value is (6,186,124). Sum of RGB (Red+Green+Blue) = 6+186+124=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA7C is #F94583. Grayscale: #7D7D7D. Windows color (decimal): -16336260 or 8174086. OLE color: 8174086.

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

Color convert

RGB 6 186 124 -
CMYK 0.97 0 0.33 0.27
HSL 159.33º 0.94% 0.38% -
HSV(B) 159.33º 0.97% 0.73% -
XYZ 21.27 36.61 25.01 -
YUV 125.11 127.37 43.04 -
System Red Green Blue C M Y K H S L
Decimal 6 186 124 0.97 0 0.33 0.27 159.33 0.94 0.38
Hex 6 BA 7C 61 0 21 1B 9F 5E 26
Octal 6 272 174 141 0 41 33 237 136 46
Binary 110 10111010 1111100 1100001 0 100001 11011 10011111 1011110 100110

Color Harmonies of #06BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA7C

Black with #06BA7C

Text Example


Text Example

White with #06BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06BA7C;
 }
 .AnyTagClassName
 {
   color: #06BA7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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