#06B081

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

Shades of Mountain Meadow #06B081

Tints of Mountain Meadow #06B081

Color information

#06B081 (or 0x06B081) is unknown color: approx Mountain Meadow. HEX triplet: 06, B0 and 81. RGB value is (6,176,129). Sum of RGB (Red+Green+Blue) = 6+176+129=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #06B081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B081 is #F94F7E. Grayscale: #777777. Windows color (decimal): -16338815 or 8499206. OLE color: 8499206.

HSL color Cylindrical-coordinate representation of color #06B081: hue angle of 163.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B081 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB6176129-
CMYK0.9700.270.31
HSL163.41º93.41%35.69%-
HSV(B)163.41º96.59%69.02%-
XYZ19.5632.6726.04-
YUV119.81133.1846.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 176 (69.14% from 255) = 56.59%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=1.93%
G=56.59%
B=41.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61761290.9700.270.31163.4193.4135.69
Hex6B0816101B1Fa35d24
Octal62602011410333724313544
Binary1101011000010000001110000101101111111101000111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,176,129); }

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

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

 a { background-color: rgb(6,176,129); }

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

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

 span { border-color: rgb(6,176,129); }

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