Html Css Color HEX #007E70 Pine Green

📋 copy color: '#007E70'

red 0 ◦ green 126 ◦ blue 112

#007E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #007E70

Tints of Pine Green #007E70

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 value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#007E70 (or 0x007E70) is known color: 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

RGB 0 126 112 -
CMYK 1 0 0.11 0.51
HSL 173.33º 1% 0.25% -
HSV(B) 173.33º 1% 0.49% -
XYZ 10.39 16.09 17.89 -
YUV 86.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 0 126 112 1 0 0.11 0.51 173.33 1 0.25
Hex 0 7E 70 64 0 B 33 AD 64 19
Octal 0 176 160 144 0 13 63 255 144 31
Binary 0 1111110 1110000 1100100 0 1011 110011 10101101 1100100 11001

Color Harmonies of #007E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007E70

Black with #007E70

Text Example


Text Example

White with #007E70

Text Example


Text Example

HTML Codes & Css Web 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>