#076310

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

Shades of Green #076310

Tints of Green #076310

Color information

#076310 (or 0x076310) is unknown color: approx Green. HEX triplet: 07, 63 and 10. RGB value is (7,99,16). Sum of RGB (Red+Green+Blue) = 7+99+16=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #076310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076310 is #F89CEF. Grayscale: #3E3E3E. Windows color (decimal): -16293104 or 1073927. OLE color: 1073927.

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

Color convert

RGB79916-
CMYK0.9300.840.61
HSL125.87º86.79%20.78%-
HSV(B)125.87º92.93%38.82%-
XYZ4.649.011.98-
YUV62.03102.0288.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 99 (39.06% from 255) = 81.15%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=5.74%
G=81.15%
B=13.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799160.9300.840.61125.8786.7920.78
Hex763105D0543D7e5715
Octal71432013501247517612725
Binary1111100011100001011101010101001111011111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076310; }

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

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

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

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

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

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

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

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