#076210

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

Shades of Green #076210

Tints of Green #076210

Color information

#076210 (or 0x076210) is unknown color: approx Green. HEX triplet: 07, 62 and 10. RGB value is (7,98,16). Sum of RGB (Red+Green+Blue) = 7+98+16=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 98 (38.67% from 255 or 80.99% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 98 - color contains mainly: green. Hex color #076210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076210 is #F89DEF. Grayscale: #3D3D3D. Windows color (decimal): -16293360 or 1073671. OLE color: 1073671.

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

Color convert

RGB79816-
CMYK0.9300.840.62
HSL125.93º86.67%20.59%-
HSV(B)125.93º92.86%38.43%-
XYZ4.558.821.95-
YUV61.44102.3589.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 98 (38.67% from 255) = 80.99%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=5.79%
G=80.99%
B=13.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798160.9300.840.62125.9386.6720.59
Hex762105D0543E7e5715
Octal71422013501247617612725
Binary1111100010100001011101010101001111101111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076210; }

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

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

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

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

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

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

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

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