#007170

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

Shades of Pine Green #007170

Tints of Pine Green #007170

Color information

#007170 (or 0x007170) is unknown color: approx Pine Green. HEX triplet: 00, 71 and 70. RGB value is (0,113,112). Sum of RGB (Red+Green+Blue) = 0+113+112=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #007170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007170 is #FF8E8F. Grayscale: #4E4E4E. Windows color (decimal): -16748176 or 7368960. OLE color: 7368960.

HSL color Cylindrical-coordinate representation of color #007170: hue angle of 179.47º 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 #007170 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB0113112-
CMYK100.010.56
HSL179.47º100%22.16%-
HSV(B)179.47º100%44.31%-
XYZ8.8312.9817.37-
YUV79.1146.5671.58-

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.22%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=0%
G=50.22%
B=49.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0113112100.010.56179.4710022.16
Hex07170640138b36416
Octal0161160144017026314426
Binary01110001111000011001000111100010110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007170; }

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

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

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

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

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

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

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

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