#007E70

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

Shades of Pine Green #007E70

Tints of Pine Green #007E70

Color information

#007E70 (or 0x007E70) is unknown color: approx Pine Green. HEX triplet: 00, 7E and 70. RGB value is (0,126,112). Sum of RGB (Red+Green+Blue) = 0+126+112=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #007E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E70 is #FF818F. Grayscale: #565656. Windows color (decimal): -16744848 or 7372288. OLE color: 7372288.

HSL color Cylindrical-coordinate representation of color #007E70: hue angle of 173.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E70 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB0126112-
CMYK100.110.51
HSL173.33º100%24.71%-
HSV(B)173.33º100%49.41%-
XYZ10.3916.0917.89-
YUV86.73142.2666.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 52.94%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=0%
G=52.94%
B=47.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal0126112100.110.51173.3310024.71
Hex07E70640B33ad6419
Octal01761601440136325514431
Binary01111110111000011001000101111001110101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007E70; }

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

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

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

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

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

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

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

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