#017713

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

Shades of Green #017713

Tints of Green #017713

Color information

#017713 (or 0x017713) is unknown color: approx Green. HEX triplet: 01, 77 and 13. RGB value is (1,119,19). Sum of RGB (Red+Green+Blue) = 1+119+19=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 119 (46.88% from 255 or 85.61% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 119 - color contains mainly: green. Hex color #017713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017713 is #FE88EC. Grayscale: #484848. Windows color (decimal): -16681197 or 1275649. OLE color: 1275649.

HSL color Cylindrical-coordinate representation of color #017713: hue angle of 129.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017713 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB111919-
CMYK0.9900.840.53
HSL129.15º98.33%23.53%-
HSV(B)129.15º99.16%46.67%-
XYZ6.7313.252.82-
YUV72.3297.9177.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 119 (46.88% from 255) = 85.61%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=0.72%
G=85.61%
B=13.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119190.9900.840.53129.1598.3323.53
Hex177136305435816218
Octal11672314301246520114230
Binary111101111001111000110101010011010110000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017713; }

 p { color: rgb(1,119,19); }

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

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

 a { background-color: rgb(1,119,19); }

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

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

 span { border-color: rgb(1,119,19); }

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