Html Css Color HEX #06B68A Mountain Meadow

📋 copy color: '#06B68A'

red 6 ◦ green 182 ◦ blue 138

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

Shades of Mountain Meadow #06B68A

Tints of Mountain Meadow #06B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.83%

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 1.84%
G = 55.83%
B = 42.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#06B68A (or 0x06B68A) is known color: Mountain Meadow. HEX triplet: 06, B6 and 8A. RGB value is (6,182,138). Sum of RGB (Red+Green+Blue) = 6+182+138=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #06B68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B68A is #F94975. Grayscale: #7C7C7C. Windows color (decimal): -16337270 or 9090566. OLE color: 9090566.

HSL color Cylindrical-coordinate representation of color #06B68A: hue angle of 165º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B68A is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 182 138 -
CMYK 0.97 0 0.24 0.29
HSL 165º 0.94% 0.37% -
HSV(B) 165º 0.97% 0.71% -
XYZ 21.39 35.33 29.74 -
YUV 124.36 135.69 43.58 -
System Red Green Blue C M Y K H S L
Decimal 6 182 138 0.97 0 0.24 0.29 165 0.94 0.37
Hex 6 B6 8A 61 0 18 1D A5 5E 25
Octal 6 266 212 141 0 30 35 245 136 45
Binary 110 10110110 10001010 1100001 0 11000 11101 10100101 1011110 100101

Color Harmonies of #06B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B68A

Black with #06B68A

Text Example


Text Example

White with #06B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,182,138); }

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

background-color css

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

 a { background-color: rgb(6,182,138); }

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

border-color css

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

 span { border-color: rgb(6,182,138); }

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