#00706F

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

Shades of Pine Green #00706F

Tints of Pine Green #00706F

Color information

#00706F (or 0x00706F) is unknown color: approx Pine Green. HEX triplet: 00, 70 and 6F. RGB value is (0,112,111). Sum of RGB (Red+Green+Blue) = 0+112+111=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #00706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00706F is #FF8F90. Grayscale: #4E4E4E. Windows color (decimal): -16748433 or 7303168. OLE color: 7303168.

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

Color convert

RGB0112111-
CMYK100.010.56
HSL179.46º100%21.96%-
HSV(B)179.46º100%43.92%-
XYZ8.6612.7417.04-
YUV78.4146.3972.08-

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) = 50.22%
BLUE value IS 111 (43.75% 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
Decimal0112111100.010.56179.4610021.96
Hex0706F640138b36416
Octal0160157144017026314426
Binary01110000110111111001000111100010110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00706F; }

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

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

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

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

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

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

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

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