Html Css Color HEX #06B47B Jade

📋 copy color: '#06B47B'

red 6 ◦ green 180 ◦ blue 123

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

Shades of Jade #06B47B

Tints of Jade #06B47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.25%

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 1.94%
G = 58.25%
B = 39.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#06B47B (or 0x06B47B) is known color: Jade. HEX triplet: 06, B4 and 7B. RGB value is (6,180,123). Sum of RGB (Red+Green+Blue) = 6+180+123=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #06B47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B47B is #F94B84. Grayscale: #797979. Windows color (decimal): -16337797 or 8107014. OLE color: 8107014.

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

Color convert

RGB 6 180 123 -
CMYK 0.97 0 0.32 0.29
HSL 160.34º 0.94% 0.36% -
HSV(B) 160.34º 0.97% 0.71% -
XYZ 19.97 34.11 24.27 -
YUV 121.48 128.85 45.63 -
System Red Green Blue C M Y K H S L
Decimal 6 180 123 0.97 0 0.32 0.29 160.34 0.94 0.36
Hex 6 B4 7B 61 0 20 1D A0 5E 24
Octal 6 264 173 141 0 40 35 240 136 44
Binary 110 10110100 1111011 1100001 0 100000 11101 10100000 1011110 100100

Color Harmonies of #06B47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B47B

Black with #06B47B

Text Example


Text Example

White with #06B47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,180,123); }

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

background-color css

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

 a { background-color: rgb(6,180,123); }

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

border-color css

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

 span { border-color: rgb(6,180,123); }

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