#017C06

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

Shades of Green #017C06

Tints of Green #017C06

Color information

#017C06 (or 0x017C06) is unknown color: approx Green. HEX triplet: 01, 7C and 06. RGB value is (1,124,6). Sum of RGB (Red+Green+Blue) = 1+124+6=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 124 (48.83% from 255 or 94.66% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 124 - color contains mainly: green. Hex color #017C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017C06 is #FE83F9. Grayscale: #4A4A4A. Windows color (decimal): -16679930 or 424961. OLE color: 424961.

HSL color Cylindrical-coordinate representation of color #017C06: hue angle of 122.44º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C06 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB11246-
CMYK0.9900.950.51
HSL122.44º98.4%24.51%-
HSV(B)122.44º99.19%48.63%-
XYZ7.2514.432.58-
YUV73.7789.7576.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 124 (48.83% from 255) = 94.66%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=0.76%
G=94.66%
B=4.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112460.9900.950.51122.4498.424.51
Hex17C66305F337a6219
Octal1174614301376317214231
Binary111111001101100011010111111100111111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017C06; }

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

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

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

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

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

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

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

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