#077317

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

Shades of Green #077317

Tints of Green #077317

Color information

#077317 (or 0x077317) is unknown color: approx Green. HEX triplet: 07, 73 and 17. RGB value is (7,115,23). Sum of RGB (Red+Green+Blue) = 7+115+23=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 115 (45.31% from 255 or 79.31% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 115 - color contains mainly: green. Hex color #077317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077317 is #F88CE8. Grayscale: #484848. Windows color (decimal): -16289001 or 1536775. OLE color: 1536775.

HSL color Cylindrical-coordinate representation of color #077317: hue angle of 128.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077317 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB711523-
CMYK0.9400.800.55
HSL128.89º88.52%23.92%-
HSV(B)128.89º93.91%45.1%-
XYZ6.3712.372.86-
YUV72.22100.2281.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 115 (45.31% from 255) = 79.31%
BLUE value IS 23 (9.38% from 255) = 15.86%
R=4.83%
G=79.31%
B=15.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115230.9400.800.55128.8988.5223.92
Hex773175E05037815918
Octal71632713601206720113130
Binary11111100111011110111100101000011011110000001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077317; }

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

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

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

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

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

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

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

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