#007071

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

Shades of Pine Green #007071

Tints of Pine Green #007071

Color information

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

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

Color convert

RGB0112113-
CMYK10.0100.56
HSL180.53º100%22.16%-
HSV(B)180.53º100%44.31%-
XYZ8.7712.7817.63-
YUV78.63147.3971.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 113 (44.53% 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.56
SystemRedGreenBlueCMYKHSL
Decimal011211310.0100.56180.5310022.16
Hex07071641038b56416
Octal0160161144107026514426
Binary01110000111000111001001011100010110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007071; }

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

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

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

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

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

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

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

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