#076F15

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

Shades of Green #076F15

Tints of Green #076F15

Color information

#076F15 (or 0x076F15) is unknown color: approx Green. HEX triplet: 07, 6F and 15. RGB value is (7,111,21). Sum of RGB (Red+Green+Blue) = 7+111+21=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 111 (43.75% from 255 or 79.86% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 111 - color contains mainly: green. Hex color #076F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F15 is #F890EA. Grayscale: #454545. Windows color (decimal): -16290027 or 1404679. OLE color: 1404679.

HSL color Cylindrical-coordinate representation of color #076F15: hue angle of 128.08º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F15 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB711121-
CMYK0.9400.810.56
HSL128.08º88.14%23.14%-
HSV(B)128.08º93.69%43.53%-
XYZ5.9111.472.61-
YUV69.64100.5483.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 111 (43.75% from 255) = 79.86%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=5.04%
G=79.86%
B=15.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111210.9400.810.56128.0888.1423.14
Hex76F155E05138805817
Octal71572513601217020013027
Binary11111011111010110111100101000111100010000000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076F15; }

 p { color: rgb(7,111,21); }

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

<style>
 a { background-color: #076F15; }

 a { background-color: rgb(7,111,21); }

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

<style>
 span { border-color: #076F15; }

 span { border-color: rgb(7,111,21); }

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