#017771

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

Shades of Pine Green #017771

Tints of Pine Green #017771

Color information

#017771 (or 0x017771) is unknown color: approx Pine Green. HEX triplet: 01, 77 and 71. RGB value is (1,119,113). Sum of RGB (Red+Green+Blue) = 1+119+113=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #017771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017771 is #FE888E. Grayscale: #525252. Windows color (decimal): -16681103 or 7436033. OLE color: 7436033.

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

Color convert

RGB1119113-
CMYK0.9900.050.53
HSL176.95º98.33%23.53%-
HSV(B)176.95º99.16%46.67%-
XYZ9.5914.3917.9-
YUV83.03144.9169.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=0.43%
G=51.07%
B=48.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11191130.9900.050.53176.9598.3323.53
Hex17771630535b16218
Octal1167161143056526114230
Binary1111011111100011100011010111010110110001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017771; }

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

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

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

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

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

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

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

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