#06A66D

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

Shades of Jade #06A66D

Tints of Jade #06A66D

Color information

#06A66D (or 0x06A66D) is unknown color: approx Jade. HEX triplet: 06, A6 and 6D. RGB value is (6,166,109). Sum of RGB (Red+Green+Blue) = 6+166+109=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #06A66D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A66D is #F95992. Grayscale: #6F6F6F. Windows color (decimal): -16341395 or 7185926. OLE color: 7185926.

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

Color convert

RGB6166109-
CMYK0.9600.340.35
HSL158.62º93.02%33.73%-
HSV(B)158.62º96.39%65.1%-
XYZ16.4728.4219.08-
YUV111.66126.4952.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 166 (65.23% from 255) = 59.07%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=2.14%
G=59.07%
B=38.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61661090.9600.340.35158.6293.0233.73
Hex6A66D60022239f5d22
Octal62461551400424323713542
Binary11010100110110110111000000100010100011100111111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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