#00760E

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

Shades of Green #00760E

Tints of Green #00760E

Color information

#00760E (or 0x00760E) is unknown color: approx Green. HEX triplet: 00, 76 and 0E. RGB value is (0,118,14). Sum of RGB (Red+Green+Blue) = 0+118+14=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 118 (46.48% from 255 or 89.39% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 118 - color contains mainly: green. Hex color #00760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00760E is #FF89F1. Grayscale: #474747. Windows color (decimal): -16746994 or 947712. OLE color: 947712.

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

Color convert

RGB011814-
CMYK100.880.54
HSL127.12º100%23.14%-
HSV(B)127.12º100%46.27%-
XYZ6.5612.992.58-
YUV70.8695.9177.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 89.39%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=0%
G=89.39%
B=10.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011814100.880.54127.1210023.14
Hex076E64058367f6417
Octal01661614401306617714427
Binary0111011011101100100010110001101101111111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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