#07C725

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

Shades of Dark Pastel Green #07C725

Tints of Dark Pastel Green #07C725

Color information

#07C725 (or 0x07C725) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C7 and 25. RGB value is (7,199,37). Sum of RGB (Red+Green+Blue) = 7+199+37=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 199 (78.12% from 255 or 81.89% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 199 - color contains mainly: green. Hex color #07C725 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C725 is #F838DA. Grayscale: #7B7B7B. Windows color (decimal): -16267483 or 2475783. OLE color: 2475783.

HSL color Cylindrical-coordinate representation of color #07C725: hue angle of 129.38º 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 #07C725 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB719937-
CMYK0.9600.810.22
HSL129.38º93.2%40.39%-
HSV(B)129.38º96.48%78.04%-
XYZ20.8441.038.57-
YUV123.1279.3945.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 199 (78.12% from 255) = 81.89%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=2.88%
G=81.89%
B=15.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7199370.9600.810.22129.3893.240.39
Hex7C7256005116815d28
Octal73074514001212620113550
Binary1111100011110010111000000101000110110100000011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,199,37); }

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

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

 a { background-color: rgb(7,199,37); }

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

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

 span { border-color: rgb(7,199,37); }

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