#07640E

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

Shades of Green #07640E

Tints of Green #07640E

Color information

#07640E (or 0x07640E) is unknown color: approx Green. HEX triplet: 07, 64 and 0E. RGB value is (7,100,14). Sum of RGB (Red+Green+Blue) = 7+100+14=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #07640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07640E is #F89BF1. Grayscale: #3E3E3E. Windows color (decimal): -16292850 or 943111. OLE color: 943111.

HSL color Cylindrical-coordinate representation of color #07640E: hue angle of 124.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07640E is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB710014-
CMYK0.9300.860.61
HSL124.52º86.92%20.98%-
HSV(B)124.52º93%39.22%-
XYZ4.729.191.94-
YUV62.39100.6988.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 100 (39.45% from 255) = 82.64%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=5.79%
G=82.64%
B=11.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7100140.9300.860.61124.5286.9220.98
Hex764E5D0563D7d5715
Octal71441613501267517512725
Binary111110010011101011101010101101111011111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07640E; }

 p { color: rgb(7,100,14); }

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

<style>
 a { background-color: #07640E; }

 a { background-color: rgb(7,100,14); }

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

<style>
 span { border-color: #07640E; }

 span { border-color: rgb(7,100,14); }

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