#077D12

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

Shades of Green #077D12

Tints of Green #077D12

Color information

#077D12 (or 0x077D12) is unknown color: approx Green. HEX triplet: 07, 7D and 12. RGB value is (7,125,18). Sum of RGB (Red+Green+Blue) = 7+125+18=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 125 (49.22% from 255 or 83.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 125 - color contains mainly: green. Hex color #077D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077D12 is #F882ED. Grayscale: #4D4D4D. Windows color (decimal): -16286446 or 1211655. OLE color: 1211655.

HSL color Cylindrical-coordinate representation of color #077D12: hue angle of 125.59º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077D12 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB712518-
CMYK0.9400.860.51
HSL125.59º89.39%25.88%-
HSV(B)125.59º94.4%49.02%-
XYZ7.5314.763.02-
YUV77.5294.4177.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 125 (49.22% from 255) = 83.33%
BLUE value IS 18 (7.42% from 255) = 12%
R=4.67%
G=83.33%
B=12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7125180.9400.860.51125.5989.3925.88
Hex77D125E056337e591a
Octal71752213601266317613132
Binary1111111101100101011110010101101100111111110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,125,18); }

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

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

 a { background-color: rgb(7,125,18); }

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

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

 span { border-color: rgb(7,125,18); }

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