#06B976

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

Shades of Jade #06B976

Tints of Jade #06B976

Color information

#06B976 (or 0x06B976) is unknown color: approx Jade. HEX triplet: 06, B9 and 76. RGB value is (6,185,118). Sum of RGB (Red+Green+Blue) = 6+185+118=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #06B976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B976 is #F94689. Grayscale: #7B7B7B. Windows color (decimal): -16336522 or 7780614. OLE color: 7780614.

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

Color convert

RGB6185118-
CMYK0.9700.360.27
HSL157.54º93.72%37.45%-
HSV(B)157.54º96.76%72.55%-
XYZ20.6936.0423.01-
YUV123.84124.743.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.94%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=1.94%
G=59.87%
B=38.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61851180.9700.360.27157.5493.7237.45
Hex6B976610241B9e5e25
Octal62711661410443323613645
Binary1101011100111101101100001010010011011100111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,185,118); }

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

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

 a { background-color: rgb(6,185,118); }

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

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

 span { border-color: rgb(6,185,118); }

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