#076B11

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

Shades of Green #076B11

Tints of Green #076B11

Color information

#076B11 (or 0x076B11) is unknown color: approx Green. HEX triplet: 07, 6B and 11. RGB value is (7,107,17). Sum of RGB (Red+Green+Blue) = 7+107+17=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 107 (42.19% from 255 or 81.68% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 107 - color contains mainly: green. Hex color #076B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B11 is #F894EE. Grayscale: #434343. Windows color (decimal): -16291055 or 1141511. OLE color: 1141511.

HSL color Cylindrical-coordinate representation of color #076B11: hue angle of 126º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B11 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB710717-
CMYK0.9300.840.58
HSL126º87.72%22.35%-
HSV(B)126º93.46%41.96%-
XYZ5.4510.62.29-
YUV66.8499.8785.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 107 (42.19% from 255) = 81.68%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=5.34%
G=81.68%
B=12.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7107170.9300.840.5812687.7222.35
Hex76B115D0543A7e5816
Octal71532113501247217613026
Binary1111101011100011011101010101001110101111110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,107,17); }

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

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

 a { background-color: rgb(7,107,17); }

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

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

 span { border-color: rgb(7,107,17); }

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