#04706F

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

Shades of Pine Green #04706F

Tints of Pine Green #04706F

Color information

#04706F (or 0x04706F) is unknown color: approx Pine Green. HEX triplet: 04, 70 and 6F. RGB value is (4,112,111). Sum of RGB (Red+Green+Blue) = 4+112+111=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #04706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04706F is #FB8F90. Grayscale: #4F4F4F. Windows color (decimal): -16486289 or 7303172. OLE color: 7303172.

HSL color Cylindrical-coordinate representation of color #04706F: hue angle of 179.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04706F is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB4112111-
CMYK0.9600.010.56
HSL179.44º93.1%22.75%-
HSV(B)179.44º96.43%43.92%-
XYZ8.7112.7617.04-
YUV79.59145.7274.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=1.76%
G=49.34%
B=48.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41121110.9600.010.56179.4493.122.75
Hex4706F600138b35d17
Octal4160157140017026313527
Binary1001110000110111111000000111100010110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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