#078217

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

Shades of Green #078217

Tints of Green #078217

Color information

#078217 (or 0x078217) is unknown color: approx Green. HEX triplet: 07, 82 and 17. RGB value is (7,130,23). Sum of RGB (Red+Green+Blue) = 7+130+23=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #078217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078217 is #F87DE8. Grayscale: #515151. Windows color (decimal): -16285161 or 1540615. OLE color: 1540615.

HSL color Cylindrical-coordinate representation of color #078217: hue angle of 127.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078217 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB713023-
CMYK0.9500.820.49
HSL127.8º89.78%26.86%-
HSV(B)127.8º94.62%50.98%-
XYZ8.2216.073.48-
YUV81.0395.2575.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 130 (51.17% from 255) = 81.25%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=4.38%
G=81.25%
B=14.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7130230.9500.820.49127.889.7826.86
Hex782175F05231805a1b
Octal72022713701226120013233
Binary111100000101011110111110101001011000110000000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078217; }

 p { color: rgb(7,130,23); }

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

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

 a { background-color: rgb(7,130,23); }

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

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

 span { border-color: rgb(7,130,23); }

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