#076413

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

Shades of Green #076413

Tints of Green #076413

Color information

#076413 (or 0x076413) is unknown color: approx Green. HEX triplet: 07, 64 and 13. RGB value is (7,100,19). Sum of RGB (Red+Green+Blue) = 7+100+19=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #076413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076413 is #F89BEC. Grayscale: #3F3F3F. Windows color (decimal): -16292845 or 1270791. OLE color: 1270791.

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

Color convert

RGB710019-
CMYK0.9300.810.61
HSL127.74º86.92%20.98%-
HSV(B)127.74º93%39.22%-
XYZ4.769.212.14-
YUV62.96103.1988.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 100 (39.45% from 255) = 79.37%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=5.56%
G=79.37%
B=15.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7100190.9300.810.61127.7486.9220.98
Hex764135D0513D805715
Octal71442313501217520012725
Binary11111001001001110111010101000111110110000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076413; }

 p { color: rgb(7,100,19); }

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

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

 a { background-color: rgb(7,100,19); }

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

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

 span { border-color: rgb(7,100,19); }

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