#06BC6F

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

Shades of Jade #06BC6F

Tints of Jade #06BC6F

Color information

#06BC6F (or 0x06BC6F) is unknown color: approx Jade. HEX triplet: 06, BC and 6F. RGB value is (6,188,111). Sum of RGB (Red+Green+Blue) = 6+188+111=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC6F is #F94390. Grayscale: #7C7C7C. Windows color (decimal): -16335761 or 7322630. OLE color: 7322630.

HSL color Cylindrical-coordinate representation of color #06BC6F: hue angle of 154.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC6F is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB6188111-
CMYK0.9700.410.26
HSL154.62º93.81%38.04%-
HSV(B)154.62º96.81%73.73%-
XYZ20.9337.1521.11-
YUV124.8120.243.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 188 (73.83% from 255) = 61.64%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=1.97%
G=61.64%
B=36.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61881110.9700.410.26154.6293.8138.04
Hex6BC6F610291A9b5e26
Octal62741571410513223313646
Binary1101011110011011111100001010100111010100110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,188,111); }

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

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

 a { background-color: rgb(6,188,111); }

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

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

 span { border-color: rgb(6,188,111); }

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