#017C6E

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

Shades of Pine Green #017C6E

Tints of Pine Green #017C6E

Color information

#017C6E (or 0x017C6E) is unknown color: approx Pine Green. HEX triplet: 01, 7C and 6E. RGB value is (1,124,110). Sum of RGB (Red+Green+Blue) = 1+124+110=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #017C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C6E is #FE8391. Grayscale: #555555. Windows color (decimal): -16679826 or 7240705. OLE color: 7240705.

HSL color Cylindrical-coordinate representation of color #017C6E: hue angle of 173.17º 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 #017C6E is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB1124110-
CMYK0.9900.110.51
HSL173.17º98.4%24.51%-
HSV(B)173.17º99.19%48.63%-
XYZ10.0315.5517.22-
YUV85.63141.7567.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 124 (48.83% from 255) = 52.77%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=0.43%
G=52.77%
B=46.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11241100.9900.110.51173.1798.424.51
Hex17C6E630B33ad6219
Octal11741561430136325514231
Binary11111100110111011000110101111001110101101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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