#076800

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

Shades of Green #076800

Tints of Green #076800

Color information

#076800 (or 0x076800) is unknown color: approx Green. HEX triplet: 07, 68 and 00. RGB value is (7,104,0). Sum of RGB (Red+Green+Blue) = 7+104+0=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 104 (41.02% from 255 or 93.69% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 104 - color contains mainly: green. Hex color #076800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076800 is #F897FF. Grayscale: #3F3F3F. Windows color (decimal): -16291840 or 26631. OLE color: 26631.

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

Color convert

RGB71040-
CMYK0.93010.59
HSL115.96º100%20.39%-
HSV(B)115.96º100%40.78%-
XYZ5.049.951.65-
YUV63.1492.3687.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 104 (41.02% from 255) = 93.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.31%
G=93.69%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal710400.93010.59115.9610020.39
Hex76805D0643B746414
Octal7150013501447316414424
Binary111110100001011101011001001110111110100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076800; }

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

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

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

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

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

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

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

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