#076013

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

Shades of Green #076013

Tints of Green #076013

Color information

#076013 (or 0x076013) is unknown color: approx Green. HEX triplet: 07, 60 and 13. RGB value is (7,96,19). Sum of RGB (Red+Green+Blue) = 7+96+19=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #076013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076013 is #F89FEC. Grayscale: #3C3C3C. Windows color (decimal): -16293869 or 1269767. OLE color: 1269767.

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

Color convert

RGB79619-
CMYK0.9300.800.62
HSL128.09º86.41%20.2%-
HSV(B)128.09º92.71%37.65%-
XYZ4.398.462.02-
YUV60.61104.5189.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 96 (37.89% from 255) = 78.69%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=5.74%
G=78.69%
B=15.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796190.9300.800.62128.0986.4120.2
Hex760135D0503E805614
Octal71402313501207620012624
Binary11111000001001110111010101000011111010000000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076013; }

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

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

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

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

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

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

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

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