#007D0F

Color #007D0F Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #007D0F

Tints of Green #007D0F

Color information

#007D0F (or 0x007D0F) is unknown color: approx Green. HEX triplet: 00, 7D and 0F. RGB value is (0,125,15). Sum of RGB (Red+Green+Blue) = 0+125+15=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 125 (49.22% from 255 or 89.29% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 125 - color contains mainly: green. Hex color #007D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007D0F is #FF82F0. Grayscale: #4B4B4B. Windows color (decimal): -16745201 or 1015040. OLE color: 1015040.

HSL color Cylindrical-coordinate representation of color #007D0F: hue angle of 127.2º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D0F is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB012515-
CMYK100.880.51
HSL127.2º100%24.51%-
HSV(B)127.2º100%49.02%-
XYZ7.4214.72.9-
YUV75.0894.0974.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 125 (49.22% from 255) = 89.29%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=0%
G=89.29%
B=10.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal012515100.880.51127.210024.51
Hex07DF64058337f6419
Octal01751714401306317714431
Binary0111110111111100100010110001100111111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007D0F; }

 p { color: rgb(0,125,15); }

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

<style>
 a { background-color: #007D0F; }

 a { background-color: rgb(0,125,15); }

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

<style>
 span { border-color: #007D0F; }

 span { border-color: rgb(0,125,15); }

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