Html Css Color HEX #06BB85 Mountain Meadow

📋 copy color: '#06BB85'

red 6 ◦ green 187 ◦ blue 133

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

Shades of Mountain Meadow #06BB85

Tints of Mountain Meadow #06BB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.36%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 1.84%
G = 57.36%
B = 40.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#06BB85 (or 0x06BB85) is known color: Mountain Meadow. HEX triplet: 06, BB and 85. RGB value is (6,187,133). Sum of RGB (Red+Green+Blue) = 6+187+133=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BB85 is #F9447A. Grayscale: #7E7E7E. Windows color (decimal): -16335995 or 8764166. OLE color: 8764166.

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

Color convert

RGB 6 187 133 -
CMYK 0.97 0 0.29 0.27
HSL 162.1º 0.94% 0.38% -
HSV(B) 162.1º 0.97% 0.73% -
XYZ 22.08 37.27 28.22 -
YUV 126.73 131.53 41.89 -
System Red Green Blue C M Y K H S L
Decimal 6 187 133 0.97 0 0.29 0.27 162.1 0.94 0.38
Hex 6 BB 85 61 0 1D 1B A2 5E 26
Octal 6 273 205 141 0 35 33 242 136 46
Binary 110 10111011 10000101 1100001 0 11101 11011 10100010 1011110 100110

Color Harmonies of #06BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BB85

Black with #06BB85

Text Example


Text Example

White with #06BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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