#07600A

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

Shades of Green #07600A

Tints of Green #07600A

Color information

#07600A (or 0x07600A) is unknown color: approx Green. HEX triplet: 07, 60 and 0A. RGB value is (7,96,10). Sum of RGB (Red+Green+Blue) = 7+96+10=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #07600A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07600A is #F89FF5. Grayscale: #3B3B3B. Windows color (decimal): -16293878 or 679943. OLE color: 679943.

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

Color convert

RGB79610-
CMYK0.9300.900.62
HSL122.02º86.41%20.2%-
HSV(B)122.02º92.71%37.65%-
XYZ4.338.431.69-
YUV59.58100.0190.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 96 (37.89% from 255) = 84.96%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=6.19%
G=84.96%
B=8.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796100.9300.900.62122.0286.4120.2
Hex760A5D05A3E7a5614
Octal71401213501327617212624
Binary111110000010101011101010110101111101111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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