#076000

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

Shades of Green #076000

Tints of Green #076000

Color information

#076000 (or 0x076000) is unknown color: approx Green. HEX triplet: 07, 60 and 00. RGB value is (7,96,0). Sum of RGB (Red+Green+Blue) = 7+96+0=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 96 (37.89% from 255 or 93.20% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 96 - color contains mainly: green. Hex color #076000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076000 is #F89FFF. Grayscale: #3A3A3A. Windows color (decimal): -16293888 or 24583. OLE color: 24583.

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

Color convert

RGB7960-
CMYK0.93010.62
HSL115.62º100%18.82%-
HSV(B)115.62º100%37.65%-
XYZ4.278.411.4-
YUV58.4495.0191.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 96 (37.89% from 255) = 93.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.80%
G=93.20%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal79600.93010.62115.6210018.82
Hex76005D0643E746413
Octal7140013501447616414423
Binary111110000001011101011001001111101110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076000; }

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

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

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

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

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

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

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

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