#007171

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

Shades of Pine Green #007171

Tints of Pine Green #007171

Color information

#007171 (or 0x007171) is unknown color: approx Pine Green. HEX triplet: 00, 71 and 71. RGB value is (0,113,113). Sum of RGB (Red+Green+Blue) = 0+113+113=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #007171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007171 is #FF8E8E. Grayscale: #4F4F4F. Windows color (decimal): -16748175 or 7434496. OLE color: 7434496.

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

Color convert

RGB0113113-
CMYK1000.56
HSL180º100%22.16%-
HSV(B)180º100%44.31%-
XYZ8.891317.66-
YUV79.21147.0671.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 50%
BLUE value IS 113 (44.53% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01131131000.5618010022.16
Hex07171640038b46416
Octal0161161144007026414426
Binary01110001111000111001000011100010110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007171; }

 p { color: rgb(0,113,113); }

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

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

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

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

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

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

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