#077313

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

Shades of Green #077313

Tints of Green #077313

Color information

#077313 (or 0x077313) is unknown color: approx Green. HEX triplet: 07, 73 and 13. RGB value is (7,115,19). Sum of RGB (Red+Green+Blue) = 7+115+19=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #077313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077313 is #F88CEC. Grayscale: #484848. Windows color (decimal): -16289005 or 1274631. OLE color: 1274631.

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

Color convert

RGB711519-
CMYK0.9400.830.55
HSL126.67º88.52%23.92%-
HSV(B)126.67º93.91%45.1%-
XYZ6.3412.352.67-
YUV71.7698.2281.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 115 (45.31% from 255) = 81.56%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=4.96%
G=81.56%
B=13.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115190.9400.830.55126.6788.5223.92
Hex773135E053377f5918
Octal71632313601236717713130
Binary1111110011100111011110010100111101111111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077313; }

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

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

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

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

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

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

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

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