#07680E

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

Shades of Green #07680E

Tints of Green #07680E

Color information

#07680E (or 0x07680E) is unknown color: approx Green. HEX triplet: 07, 68 and 0E. RGB value is (7,104,14). Sum of RGB (Red+Green+Blue) = 7+104+14=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #07680E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07680E is #F897F1. Grayscale: #414141. Windows color (decimal): -16291826 or 944135. OLE color: 944135.

HSL color Cylindrical-coordinate representation of color #07680E: hue angle of 124.33º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07680E is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB710414-
CMYK0.9300.870.59
HSL124.33º87.39%21.76%-
HSV(B)124.33º93.27%40.78%-
XYZ5.129.982.07-
YUV64.7499.3686.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 104 (41.02% from 255) = 83.2%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=5.6%
G=83.2%
B=11.2%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104140.9300.870.59124.3387.3921.76
Hex768E5D0573B7c5716
Octal71501613501277317412726
Binary111110100011101011101010101111110111111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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