#076816

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

Shades of Green #076816

Tints of Green #076816

Color information

#076816 (or 0x076816) is unknown color: approx Green. HEX triplet: 07, 68 and 16. RGB value is (7,104,22). Sum of RGB (Red+Green+Blue) = 7+104+22=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #076816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076816 is #F897E9. Grayscale: #414141. Windows color (decimal): -16291818 or 1468423. OLE color: 1468423.

HSL color Cylindrical-coordinate representation of color #076816: hue angle of 129.28º 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 #076816 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB710422-
CMYK0.9300.790.59
HSL129.28º87.39%21.76%-
HSV(B)129.28º93.27%40.78%-
XYZ5.18102.42-
YUV65.65103.3686.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 104 (41.02% from 255) = 78.20%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=5.26%
G=78.20%
B=16.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104220.9300.790.59129.2887.3921.76
Hex768165D04F3B815716
Octal71502613501177320112726
Binary11111010001011010111010100111111101110000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076816; }

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

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

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

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

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

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

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

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