#06C613

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

Shades of Dark Pastel Green #06C613

Tints of Dark Pastel Green #06C613

Color information

#06C613 (or 0x06C613) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C6 and 13. RGB value is (6,198,19). Sum of RGB (Red+Green+Blue) = 6+198+19=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 198 (77.73% from 255 or 88.79% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 198 - color contains mainly: green. Hex color #06C613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C613 is #F939EC. Grayscale: #787878. Windows color (decimal): -16333293 or 1295878. OLE color: 1295878.

HSL color Cylindrical-coordinate representation of color #06C613: hue angle of 124.06º 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 #06C613 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB619819-
CMYK0.9700.900.22
HSL124.06º94.12%40%-
HSV(B)124.06º96.97%77.65%-
XYZ20.3940.477.35-
YUV120.1970.8946.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 198 (77.73% from 255) = 88.79%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=2.69%
G=88.79%
B=8.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6198190.9700.900.22124.0694.1240
Hex6C6136105A167c5e28
Octal63062314101322617413650
Binary11011000110100111100001010110101011011111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,198,19); }

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

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

 a { background-color: rgb(6,198,19); }

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

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

 span { border-color: rgb(6,198,19); }

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