#056F12

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

Shades of Green #056F12

Tints of Green #056F12

Color information

#056F12 (or 0x056F12) is unknown color: approx Green. HEX triplet: 05, 6F and 12. RGB value is (5,111,18). Sum of RGB (Red+Green+Blue) = 5+111+18=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 111 (43.75% from 255 or 82.84% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 111 - color contains mainly: green. Hex color #056F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056F12 is #FA90ED. Grayscale: #444444. Windows color (decimal): -16421102 or 1208069. OLE color: 1208069.

HSL color Cylindrical-coordinate representation of color #056F12: hue angle of 127.36º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F12 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB511118-
CMYK0.9500.840.56
HSL127.36º91.38%22.75%-
HSV(B)127.36º95.5%43.53%-
XYZ5.8611.442.47-
YUV68.799.3882.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 111 (43.75% from 255) = 82.84%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=3.73%
G=82.84%
B=13.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111180.9500.840.56127.3691.3822.75
Hex56F125F054387f5b17
Octal51572213701247017713327
Binary1011101111100101011111010101001110001111111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056F12; }

 p { color: rgb(5,111,18); }

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

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

 a { background-color: rgb(5,111,18); }

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

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

 span { border-color: rgb(5,111,18); }

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