#06A673

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

Shades of Jade #06A673

Tints of Jade #06A673

Color information

#06A673 (or 0x06A673) is unknown color: approx Jade. HEX triplet: 06, A6 and 73. RGB value is (6,166,115). Sum of RGB (Red+Green+Blue) = 6+166+115=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #06A673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A673 is #F9598C. Grayscale: #707070. Windows color (decimal): -16341389 or 7579142. OLE color: 7579142.

HSL color Cylindrical-coordinate representation of color #06A673: hue angle of 160.88º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A673 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB6166115-
CMYK0.9600.310.35
HSL160.88º93.02%33.73%-
HSV(B)160.88º96.39%65.1%-
XYZ16.8128.5520.84-
YUV112.35129.4952.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=2.09%
G=57.84%
B=40.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61661150.9600.310.35160.8893.0233.73
Hex6A6736001F23a15d22
Octal62461631400374324113542
Binary1101010011011100111100000011111100011101000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,166,115); }

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

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

 a { background-color: rgb(6,166,115); }

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

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

 span { border-color: rgb(6,166,115); }

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