#06C712

Color #06C712 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #06C712

Tints of Dark Pastel Green #06C712

Color information

#06C712 (or 0x06C712) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C7 and 12. RGB value is (6,199,18). Sum of RGB (Red+Green+Blue) = 6+199+18=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 199 (78.12% from 255 or 89.24% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 199 - color contains mainly: green. Hex color #06C712 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C712 is #F938ED. Grayscale: #797979. Windows color (decimal): -16333038 or 1230598. OLE color: 1230598.

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

Color convert

RGB619918-
CMYK0.9700.910.22
HSL123.73º94.15%40.2%-
HSV(B)123.73º96.98%78.04%-
XYZ20.6140.937.39-
YUV120.6670.0646.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 199 (78.12% from 255) = 89.24%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=2.69%
G=89.24%
B=8.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6199180.9700.910.22123.7394.1540.2
Hex6C7126105B167c5e28
Octal63072214101332617413650
Binary11011000111100101100001010110111011011111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,199,18); }

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

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

 a { background-color: rgb(6,199,18); }

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

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

 span { border-color: rgb(6,199,18); }

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