#07C61E

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

Shades of Dark Pastel Green #07C61E

Tints of Dark Pastel Green #07C61E

Color information

#07C61E (or 0x07C61E) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C6 and 1E. RGB value is (7,198,30). Sum of RGB (Red+Green+Blue) = 7+198+30=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 198 (77.73% from 255 or 84.26% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 198 - color contains mainly: green. Hex color #07C61E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C61E is #F839E1. Grayscale: #7A7A7A. Windows color (decimal): -16267746 or 2016775. OLE color: 2016775.

HSL color Cylindrical-coordinate representation of color #07C61E: hue angle of 127.23º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C61E is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB719830-
CMYK0.9600.850.22
HSL127.23º93.17%40.2%-
HSV(B)127.23º96.46%77.65%-
XYZ20.5240.537.97-
YUV121.7476.2246.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.98%
GREEN value IS 198 (77.73% from 255) = 84.26%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=2.98%
G=84.26%
B=12.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7198300.9600.850.22127.2393.1740.2
Hex7C61E60055167f5d28
Octal73063614001252617713550
Binary11111000110111101100000010101011011011111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07C61E; }

 p { color: rgb(7,198,30); }

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

<style>
 a { background-color: #07C61E; }

 a { background-color: rgb(7,198,30); }

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

<style>
 span { border-color: #07C61E; }

 span { border-color: rgb(7,198,30); }

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