#07600D

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

Shades of Green #07600D

Tints of Green #07600D

Color information

#07600D (or 0x07600D) is unknown color: approx Green. HEX triplet: 07, 60 and 0D. RGB value is (7,96,13). Sum of RGB (Red+Green+Blue) = 7+96+13=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #07600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07600D is #F89FF2. Grayscale: #3C3C3C. Windows color (decimal): -16293875 or 876551. OLE color: 876551.

HSL color Cylindrical-coordinate representation of color #07600D: hue angle of 124.04º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07600D is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB79613-
CMYK0.9300.860.62
HSL124.04º86.41%20.2%-
HSV(B)124.04º92.71%37.65%-
XYZ4.348.441.78-
YUV59.93101.5190.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 96 (37.89% from 255) = 82.76%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=6.03%
G=82.76%
B=11.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796130.9300.860.62124.0486.4120.2
Hex760D5D0563E7c5614
Octal71401513501267617412624
Binary111110000011011011101010101101111101111100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07600D; }

 p { color: rgb(7,96,13); }

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

<style>
 a { background-color: #07600D; }

 a { background-color: rgb(7,96,13); }

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

<style>
 span { border-color: #07600D; }

 span { border-color: rgb(7,96,13); }

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