#076805

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

Shades of Green #076805

Tints of Green #076805

Color information

#076805 (or 0x076805) is unknown color: approx Green. HEX triplet: 07, 68 and 05. RGB value is (7,104,5). Sum of RGB (Red+Green+Blue) = 7+104+5=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #076805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076805 is #F897FA. Grayscale: #404040. Windows color (decimal): -16291835 or 354311. OLE color: 354311.

HSL color Cylindrical-coordinate representation of color #076805: hue angle of 118.79º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076805 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB71045-
CMYK0.9300.950.59
HSL118.79º90.83%21.37%-
HSV(B)118.79º95.19%40.78%-
XYZ5.079.961.8-
YUV63.7194.8687.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 104 (41.02% from 255) = 89.66%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=6.03%
G=89.66%
B=4.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal710450.9300.950.59118.7990.8321.37
Hex76855D05F3B775b15
Octal7150513501377316713325
Binary11111010001011011101010111111110111110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076805; }

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

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

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

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

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

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

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

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