#017707

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

Shades of Green #017707

Tints of Green #017707

Color information

#017707 (or 0x017707) is unknown color: approx Green. HEX triplet: 01, 77 and 07. RGB value is (1,119,7). Sum of RGB (Red+Green+Blue) = 1+119+7=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 119 (46.88% from 255 or 93.70% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 119 - color contains mainly: green. Hex color #017707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017707 is #FE88F8. Grayscale: #474747. Windows color (decimal): -16681209 or 489217. OLE color: 489217.

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

Color convert

RGB11197-
CMYK0.9900.940.53
HSL123.05º98.33%23.53%-
HSV(B)123.05º99.16%46.67%-
XYZ6.6513.222.4-
YUV70.9591.9178.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 119 (46.88% from 255) = 93.70%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=0.79%
G=93.70%
B=5.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111970.9900.940.53123.0598.3323.53
Hex17776305E357b6218
Octal1167714301366517314230
Binary111101111111100011010111101101011111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017707; }

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

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

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

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

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

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

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

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