#07600F

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

Shades of Green #07600F

Tints of Green #07600F

Color information

#07600F (or 0x07600F) is unknown color: approx Green. HEX triplet: 07, 60 and 0F. RGB value is (7,96,15). Sum of RGB (Red+Green+Blue) = 7+96+15=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #07600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07600F is #F89FF0. Grayscale: #3C3C3C. Windows color (decimal): -16293873 or 1007623. OLE color: 1007623.

HSL color Cylindrical-coordinate representation of color #07600F: hue angle of 125.39º 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 #07600F is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB79615-
CMYK0.9300.840.62
HSL125.39º86.41%20.2%-
HSV(B)125.39º92.71%37.65%-
XYZ4.368.451.85-
YUV60.15102.5190.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 96 (37.89% from 255) = 81.36%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=5.93%
G=81.36%
B=12.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796150.9300.840.62125.3986.4120.2
Hex760F5D0543E7d5614
Octal71401713501247617512624
Binary111110000011111011101010101001111101111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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