#06760E

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

Shades of Green #06760E

Tints of Green #06760E

Color information

#06760E (or 0x06760E) is unknown color: approx Green. HEX triplet: 06, 76 and 0E. RGB value is (6,118,14). Sum of RGB (Red+Green+Blue) = 6+118+14=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #06760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06760E is #F989F1. Grayscale: #484848. Windows color (decimal): -16353778 or 947718. OLE color: 947718.

HSL color Cylindrical-coordinate representation of color #06760E: hue angle of 124.29º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06760E is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB611814-
CMYK0.9500.880.54
HSL124.29º90.32%24.31%-
HSV(B)124.29º94.92%46.27%-
XYZ6.6313.032.58-
YUV72.6694.8980.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 118 (46.48% from 255) = 85.51%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=4.35%
G=85.51%
B=10.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6118140.9500.880.54124.2990.3224.31
Hex676E5F058367c5a18
Octal61661613701306617413230
Binary110111011011101011111010110001101101111100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,118,14); }

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

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

 a { background-color: rgb(6,118,14); }

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

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

 span { border-color: rgb(6,118,14); }

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