#007172

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

Shades of Pine Green #007172

Tints of Pine Green #007172

Color information

#007172 (or 0x007172) is unknown color: approx Pine Green. HEX triplet: 00, 71 and 72. RGB value is (0,113,114). Sum of RGB (Red+Green+Blue) = 0+113+114=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #007172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007172 is #FF8E8D. Grayscale: #4F4F4F. Windows color (decimal): -16748174 or 7500032. OLE color: 7500032.

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

Color convert

RGB0113114-
CMYK10.0100.55
HSL180.53º100%22.35%-
HSV(B)180.53º100%44.71%-
XYZ8.9413.0317.96-
YUV79.33147.5671.42-

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) = 49.78%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=0%
G=49.78%
B=50.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011311410.0100.55180.5310022.35
Hex07172641037b56416
Octal0161162144106726514426
Binary01110001111001011001001011011110110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007172; }

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

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

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

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

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

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

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

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