#04766C

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

Shades of Pine Green #04766C

Tints of Pine Green #04766C

Color information

#04766C (or 0x04766C) is unknown color: approx Pine Green. HEX triplet: 04, 76 and 6C. RGB value is (4,118,108). Sum of RGB (Red+Green+Blue) = 4+118+108=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #04766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04766C is #FB8993. Grayscale: #525252. Windows color (decimal): -16484756 or 7108100. OLE color: 7108100.

HSL color Cylindrical-coordinate representation of color #04766C: hue angle of 174.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04766C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB4118108-
CMYK0.9700.080.54
HSL174.74º93.44%23.92%-
HSV(B)174.74º96.61%46.27%-
XYZ9.2414.0716.42-
YUV82.77142.2371.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.74%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=1.74%
G=51.30%
B=46.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41181080.9700.080.54174.7493.4423.92
Hex4766C610836af5d18
Octal41661541410106625713530
Binary1001110110110110011000010100011011010101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04766C; }

 p { color: rgb(4,118,108); }

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

<style>
 a { background-color: #04766C; }

 a { background-color: rgb(4,118,108); }

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

<style>
 span { border-color: #04766C; }

 span { border-color: rgb(4,118,108); }

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