#017F06

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

Shades of Green #017F06

Tints of Green #017F06

Color information

#017F06 (or 0x017F06) is unknown color: approx Green. HEX triplet: 01, 7F and 06. RGB value is (1,127,6). Sum of RGB (Red+Green+Blue) = 1+127+6=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 127 (50% from 255 or 94.78% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 127 - color contains mainly: green. Hex color #017F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F06 is #FE80F9. Grayscale: #4B4B4B. Windows color (decimal): -16679162 or 425729. OLE color: 425729.

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

Color convert

RGB11276-
CMYK0.9900.950.50
HSL122.38º98.44%25.1%-
HSV(B)122.38º99.21%49.8%-
XYZ7.6315.22.7-
YUV75.5388.7674.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 127 (50% from 255) = 94.78%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=0.75%
G=94.78%
B=4.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112760.9900.950.50122.3898.4425.1
Hex17F66305F327a6219
Octal1177614301376217214231
Binary111111111101100011010111111100101111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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