#076716

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

Shades of Green #076716

Tints of Green #076716

Color information

#076716 (or 0x076716) is unknown color: approx Green. HEX triplet: 07, 67 and 16. RGB value is (7,103,22). Sum of RGB (Red+Green+Blue) = 7+103+22=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 103 (40.62% from 255 or 78.03% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 103 - color contains mainly: green. Hex color #076716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076716 is #F898E9. Grayscale: #414141. Windows color (decimal): -16292074 or 1468167. OLE color: 1468167.

HSL color Cylindrical-coordinate representation of color #076716: hue angle of 129.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076716 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB710322-
CMYK0.9300.790.60
HSL129.38º87.27%21.57%-
HSV(B)129.38º93.2%40.39%-
XYZ5.089.82.38-
YUV65.06103.786.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 103 (40.62% from 255) = 78.03%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=5.30%
G=78.03%
B=16.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7103220.9300.790.60129.3887.2721.57
Hex767165D04F3C815716
Octal71472613501177420112726
Binary11111001111011010111010100111111110010000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076716; }

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

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

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

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

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

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

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

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