#07660A

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

Shades of Green #07660A

Tints of Green #07660A

Color information

#07660A (or 0x07660A) is unknown color: approx Green. HEX triplet: 07, 66 and 0A. RGB value is (7,102,10). Sum of RGB (Red+Green+Blue) = 7+102+10=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 102 (40.23% from 255 or 85.71% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 102 - color contains mainly: green. Hex color #07660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07660A is #F899F5. Grayscale: #3F3F3F. Windows color (decimal): -16292342 or 681479. OLE color: 681479.

HSL color Cylindrical-coordinate representation of color #07660A: hue angle of 121.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07660A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB710210-
CMYK0.9300.900.6
HSL121.89º87.16%21.37%-
HSV(B)121.89º93.14%40%-
XYZ4.899.571.88-
YUV63.1198.0387.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 102 (40.23% from 255) = 85.71%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=5.88%
G=85.71%
B=8.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102100.9300.900.6121.8987.1621.37
Hex766A5D05A3C7a5715
Octal71461213501327417212725
Binary111110011010101011101010110101111001111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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