#06A672

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

Shades of Jade #06A672

Tints of Jade #06A672

Color information

#06A672 (or 0x06A672) is unknown color: approx Jade. HEX triplet: 06, A6 and 72. RGB value is (6,166,114). Sum of RGB (Red+Green+Blue) = 6+166+114=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #06A672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A672 is #F9598D. Grayscale: #707070. Windows color (decimal): -16341390 or 7513606. OLE color: 7513606.

HSL color Cylindrical-coordinate representation of color #06A672: hue angle of 160.5º 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 #06A672 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB6166114-
CMYK0.9600.310.35
HSL160.5º93.02%33.73%-
HSV(B)160.5º96.39%65.1%-
XYZ16.7528.5320.54-
YUV112.23128.9952.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 166 (65.23% from 255) = 58.04%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=2.10%
G=58.04%
B=39.86%

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
Decimal61661140.9600.310.35160.593.0233.73
Hex6A6726001F23a05d22
Octal62461621400374324013542
Binary1101010011011100101100000011111100011101000001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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