#06B16E

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

Shades of Jade #06B16E

Tints of Jade #06B16E

Color information

#06B16E (or 0x06B16E) is unknown color: approx Jade. HEX triplet: 06, B1 and 6E. RGB value is (6,177,110). Sum of RGB (Red+Green+Blue) = 6+177+110=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #06B16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B16E is #F94E91. Grayscale: #767676. Windows color (decimal): -16338578 or 7254278. OLE color: 7254278.

HSL color Cylindrical-coordinate representation of color #06B16E: hue angle of 156.49º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B16E is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB6177110-
CMYK0.9700.380.31
HSL156.49º93.44%35.88%-
HSV(B)156.49º96.61%69.41%-
XYZ18.6132.6120.07-
YUV118.23123.3547.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 177 (69.53% from 255) = 60.41%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=2.05%
G=60.41%
B=37.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61771100.9700.380.31156.4993.4435.88
Hex6B16E610261F9c5d24
Octal62611561410463723413544
Binary1101011000111011101100001010011011111100111001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,177,110); }

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

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

 a { background-color: rgb(6,177,110); }

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

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

 span { border-color: rgb(6,177,110); }

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