#06BB82

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

Shades of Mountain Meadow #06BB82

Tints of Mountain Meadow #06BB82

Color information

#06BB82 (or 0x06BB82) is unknown color: approx Mountain Meadow. HEX triplet: 06, BB and 82. RGB value is (6,187,130). Sum of RGB (Red+Green+Blue) = 6+187+130=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 187 (73.44% from 255 or 57.89% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BB82 is #F9447D. Grayscale: #7E7E7E. Windows color (decimal): -16335998 or 8567558. OLE color: 8567558.

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

Color convert

RGB6187130-
CMYK0.9700.300.27
HSL161.1º93.78%37.84%-
HSV(B)161.1º96.79%73.33%-
XYZ21.8737.1927.14-
YUV126.38130.0342.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.86%
GREEN value IS 187 (73.44% from 255) = 57.89%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=1.86%
G=57.89%
B=40.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61871300.9700.300.27161.193.7837.84
Hex6BB826101E1Ba15e26
Octal62732021410363324113646
Binary1101011101110000010110000101111011011101000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,187,130); }

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

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

 a { background-color: rgb(6,187,130); }

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

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

 span { border-color: rgb(6,187,130); }

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