#06AB73

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

Shades of Jade #06AB73

Tints of Jade #06AB73

Color information

#06AB73 (or 0x06AB73) is unknown color: approx Jade. HEX triplet: 06, AB and 73. RGB value is (6,171,115). Sum of RGB (Red+Green+Blue) = 6+171+115=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AB73 is #F9548C. Grayscale: #737373. Windows color (decimal): -16340109 or 7580422. OLE color: 7580422.

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

Color convert

RGB6171115-
CMYK0.9600.330.33
HSL159.64º93.22%34.71%-
HSV(B)159.64º96.49%67.06%-
XYZ17.7330.421.15-
YUV115.28127.8450.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 171 (67.19% from 255) = 58.56%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=2.05%
G=58.56%
B=39.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61711150.9600.330.33159.6493.2234.71
Hex6AB736002121a05d23
Octal62531631400414124013543
Binary11010101011111001111000000100001100001101000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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