Html Css Color HEX #04706E Pine Green

📋 copy color: '#04706E'

red 4 ◦ green 112 ◦ blue 110

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

Shades of Pine Green #04706E

Tints of Pine Green #04706E

RGB

 RED value IS 4 (1.95% from 255) = 1.77%

 GREEN value IS 112 (44.14% from 255) = 49.56%

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 1.77%
G = 49.56%
B = 48.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#04706E (or 0x04706E) is known color: Pine Green. HEX triplet: 04, 70 and 6E. RGB value is (4,112,110). Sum of RGB (Red+Green+Blue) = 4+112+110=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #04706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04706E is #FB8F91. Grayscale: #4F4F4F. Windows color (decimal): -16486290 or 7237636. OLE color: 7237636.

HSL color Cylindrical-coordinate representation of color #04706E: hue angle of 178.89º 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 #04706E is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 110 -
CMYK 0.96 0 0.02 0.56
HSL 178.89º 0.93% 0.23% -
HSV(B) 178.89º 0.96% 0.44% -
XYZ 8.66 12.74 16.75 -
YUV 79.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 4 112 110 0.96 0 0.02 0.56 178.89 0.93 0.23
Hex 4 70 6E 60 0 2 38 B3 5D 17
Octal 4 160 156 140 0 2 70 263 135 27
Binary 100 1110000 1101110 1100000 0 10 111000 10110011 1011101 10111

Color Harmonies of #04706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04706E

Black with #04706E

Text Example


Text Example

White with #04706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04706E;
 }
 .AnyTagClassName
 {
   color: #04706E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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