#06C568

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

Shades of Jade #06C568

Tints of Jade #06C568

Color information

#06C568 (or 0x06C568) is unknown color: approx Jade. HEX triplet: 06, C5 and 68. RGB value is (6,197,104). Sum of RGB (Red+Green+Blue) = 6+197+104=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #06C568 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C568 is #F93A97. Grayscale: #818181. Windows color (decimal): -16333464 or 6866182. OLE color: 6866182.

HSL color Cylindrical-coordinate representation of color #06C568: hue angle of 150.79º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C568 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB6197104-
CMYK0.9700.470.23
HSL150.79º94.09%39.8%-
HSV(B)150.79º96.95%77.25%-
XYZ22.5440.9719.82-
YUV129.29113.7240.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 197 (77.34% from 255) = 64.17%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=1.95%
G=64.17%
B=33.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61971040.9700.470.23150.7994.0939.8
Hex6C5686102F17975e28
Octal63051501410572722713650
Binary1101100010111010001100001010111110111100101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,197,104); }

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

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

 a { background-color: rgb(6,197,104); }

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

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

 span { border-color: rgb(6,197,104); }

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