#077613

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

Shades of Green #077613

Tints of Green #077613

Color information

#077613 (or 0x077613) is unknown color: approx Green. HEX triplet: 07, 76 and 13. RGB value is (7,118,19). Sum of RGB (Red+Green+Blue) = 7+118+19=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 118 (46.48% from 255 or 81.94% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 118 - color contains mainly: green. Hex color #077613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077613 is #F889EC. Grayscale: #494949. Windows color (decimal): -16288237 or 1275399. OLE color: 1275399.

HSL color Cylindrical-coordinate representation of color #077613: hue angle of 126.49º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077613 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB711819-
CMYK0.9400.840.54
HSL126.49º88.8%24.51%-
HSV(B)126.49º94.07%46.27%-
XYZ6.6813.052.78-
YUV73.5297.2380.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 118 (46.48% from 255) = 81.94%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=4.86%
G=81.94%
B=13.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118190.9400.840.54126.4988.824.51
Hex776135E054367e5919
Octal71662313601246617613131
Binary1111110110100111011110010101001101101111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077613; }

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

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

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

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

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

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

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

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