#017106

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

Shades of Green #017106

Tints of Green #017106

Color information

#017106 (or 0x017106) is unknown color: approx Green. HEX triplet: 01, 71 and 06. RGB value is (1,113,6). Sum of RGB (Red+Green+Blue) = 1+113+6=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 113 (44.53% from 255 or 94.17% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 113 - color contains mainly: green. Hex color #017106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017106 is #FE8EF9. Grayscale: #434343. Windows color (decimal): -16682746 or 422145. OLE color: 422145.

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

Color convert

RGB11136-
CMYK0.9900.950.56
HSL122.68º98.25%22.35%-
HSV(B)122.68º99.12%44.31%-
XYZ5.9511.832.14-
YUV67.3193.3980.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 113 (44.53% from 255) = 94.17%
BLUE value IS 6 (2.73% from 255) = 5%
R=0.83%
G=94.17%
B=5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111360.9900.950.56122.6898.2522.35
Hex17166305F387b6216
Octal1161614301377017314226
Binary111100011101100011010111111110001111011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017106; }

 p { color: rgb(1,113,6); }

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

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

 a { background-color: rgb(1,113,6); }

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

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

 span { border-color: rgb(1,113,6); }

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