#076615

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

Shades of Green #076615

Tints of Green #076615

Color information

#076615 (or 0x076615) is unknown color: approx Green. HEX triplet: 07, 66 and 15. RGB value is (7,102,21). Sum of RGB (Red+Green+Blue) = 7+102+21=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #076615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076615 is #F899EA. Grayscale: #404040. Windows color (decimal): -16292331 or 1402375. OLE color: 1402375.

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

Color convert

RGB710221-
CMYK0.9300.790.6
HSL128.84º87.16%21.37%-
HSV(B)128.84º93.14%40%-
XYZ4.979.62.3-
YUV64.36103.5387.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 102 (40.23% from 255) = 78.46%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=5.38%
G=78.46%
B=16.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102210.9300.790.6128.8487.1621.37
Hex766155D04F3C815715
Octal71462513501177420112725
Binary11111001101010110111010100111111110010000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076615; }

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

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

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

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

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

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

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

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