#056701

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

Shades of Green #056701

Tints of Green #056701

Color information

#056701 (or 0x056701) is unknown color: approx Green. HEX triplet: 05, 67 and 01. RGB value is (5,103,1). Sum of RGB (Red+Green+Blue) = 5+103+1=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 103 (40.62% from 255 or 94.50% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 103 - color contains mainly: green. Hex color #056701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056701 is #FA98FE. Grayscale: #3E3E3E. Windows color (decimal): -16423167 or 91909. OLE color: 91909.

HSL color Cylindrical-coordinate representation of color #056701: hue angle of 117.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #056701 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB51031-
CMYK0.9500.990.60
HSL117.65º98.08%20.39%-
HSV(B)117.65º99.03%40.39%-
XYZ4.929.731.65-
YUV62.0793.5387.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 103 (40.62% from 255) = 94.50%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=4.59%
G=94.50%
B=0.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal510310.9500.990.60117.6598.0820.39
Hex56715F0633C766214
Octal5147113701437416614224
Binary101110011111011111011000111111001110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056701; }

 p { color: rgb(5,103,1); }

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

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

 a { background-color: rgb(5,103,1); }

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

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

 span { border-color: rgb(5,103,1); }

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