Html Css Color HEX #04706F Pine Green

📋 copy color: '#04706F'

red 4 ◦ green 112 ◦ blue 111

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

Shades of Pine Green #04706F

Tints of Pine Green #04706F

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.9%

R = 1.76%
G = 49.34%
B = 48.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#04706F (or 0x04706F) is known color: 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

RGB 4 112 111 -
CMYK 0.96 0 0.01 0.56
HSL 179.44º 0.93% 0.23% -
HSV(B) 179.44º 0.96% 0.44% -
XYZ 8.71 12.76 17.04 -
YUV 79.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 4 112 111 0.96 0 0.01 0.56 179.44 0.93 0.23
Hex 4 70 6F 60 0 1 38 B3 5D 17
Octal 4 160 157 140 0 1 70 263 135 27
Binary 100 1110000 1101111 1100000 0 1 111000 10110011 1011101 10111

Color Harmonies of #04706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04706F

Black with #04706F

Text Example


Text Example

White with #04706F

Text Example


Text Example

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