#017710

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

Shades of Green #017710

Tints of Green #017710

Color information

#017710 (or 0x017710) is unknown color: approx Green. HEX triplet: 01, 77 and 10. RGB value is (1,119,16). Sum of RGB (Red+Green+Blue) = 1+119+16=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #017710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017710 is #FE88EF. Grayscale: #484848. Windows color (decimal): -16681200 or 1079041. OLE color: 1079041.

HSL color Cylindrical-coordinate representation of color #017710: hue angle of 127.63º 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 #017710 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB111916-
CMYK0.9900.870.53
HSL127.63º98.33%23.53%-
HSV(B)127.63º99.16%46.67%-
XYZ6.713.242.69-
YUV71.9896.4177.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 119 (46.88% from 255) = 87.5%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=0.74%
G=87.5%
B=11.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119160.9900.870.53127.6398.3323.53
Hex177106305735806218
Octal11672014301276520014230
Binary111101111000011000110101011111010110000000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017710; }

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

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

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

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

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

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

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

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