#076010

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

Shades of Green #076010

Tints of Green #076010

Color information

#076010 (or 0x076010) is unknown color: approx Green. HEX triplet: 07, 60 and 10. RGB value is (7,96,16). Sum of RGB (Red+Green+Blue) = 7+96+16=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #076010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076010 is #F89FEF. Grayscale: #3C3C3C. Windows color (decimal): -16293872 or 1073159. OLE color: 1073159.

HSL color Cylindrical-coordinate representation of color #076010: hue angle of 126.07º 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 #076010 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB79616-
CMYK0.9300.830.62
HSL126.07º86.41%20.2%-
HSV(B)126.07º92.71%37.65%-
XYZ4.368.451.89-
YUV60.27103.0190-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 96 (37.89% from 255) = 80.67%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=5.88%
G=80.67%
B=13.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796160.9300.830.62126.0786.4120.2
Hex760105D0533E7e5614
Octal71402013501237617612624
Binary1111100000100001011101010100111111101111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076010; }

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

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

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

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

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

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

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

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