#076002

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

Shades of Green #076002

Tints of Green #076002

Color information

#076002 (or 0x076002) is unknown color: approx Green. HEX triplet: 07, 60 and 02. RGB value is (7,96,2). Sum of RGB (Red+Green+Blue) = 7+96+2=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 96 (37.89% from 255 or 91.43% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 96 - color contains mainly: green. Hex color #076002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076002 is #F89FFD. Grayscale: #3A3A3A. Windows color (decimal): -16293886 or 155655. OLE color: 155655.

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

Color convert

RGB7962-
CMYK0.9300.980.62
HSL116.81º95.92%19.22%-
HSV(B)116.81º97.92%37.65%-
XYZ4.288.421.46-
YUV58.6796.0191.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 96 (37.89% from 255) = 91.43%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=6.67%
G=91.43%
B=1.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal79620.9300.980.62116.8195.9219.22
Hex76025D0623E756013
Octal7140213501427616514023
Binary1111100000101011101011000101111101110101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076002; }

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

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

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

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

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

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

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

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