#077A1C

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

Shades of Green #077A1C

Tints of Green #077A1C

Color information

#077A1C (or 0x077A1C) is unknown color: approx Green. HEX triplet: 07, 7A and 1C. RGB value is (7,122,28). Sum of RGB (Red+Green+Blue) = 7+122+28=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #077A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A1C is #F885E3. Grayscale: #4D4D4D. Windows color (decimal): -16287204 or 1866247. OLE color: 1866247.

HSL color Cylindrical-coordinate representation of color #077A1C: hue angle of 130.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A1C is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB712228-
CMYK0.9400.770.52
HSL130.96º89.15%25.29%-
HSV(B)130.96º94.26%47.84%-
XYZ7.2614.053.43-
YUV76.9100.478.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 122 (48.05% from 255) = 77.71%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=4.46%
G=77.71%
B=17.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122280.9400.770.52130.9689.1525.29
Hex77A1C5E04D34835919
Octal71723413601156420313131
Binary11111110101110010111100100110111010010000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077A1C; }

 p { color: rgb(7,122,28); }

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

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

 a { background-color: rgb(7,122,28); }

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

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

 span { border-color: rgb(7,122,28); }

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