#04766A

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

Shades of Pine Green #04766A

Tints of Pine Green #04766A

Color information

#04766A (or 0x04766A) is unknown color: approx Pine Green. HEX triplet: 04, 76 and 6A. RGB value is (4,118,106). Sum of RGB (Red+Green+Blue) = 4+118+106=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #04766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04766A is #FB8995. Grayscale: #525252. Windows color (decimal): -16484758 or 6977028. OLE color: 6977028.

HSL color Cylindrical-coordinate representation of color #04766A: hue angle of 173.68º 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 #04766A is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB4118106-
CMYK0.9700.100.54
HSL173.68º93.44%23.92%-
HSV(B)173.68º96.61%46.27%-
XYZ9.1314.0215.86-
YUV82.55141.2371.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=1.75%
G=51.75%
B=46.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41181060.9700.100.54173.6893.4423.92
Hex4766A610A36ae5d18
Octal41661521410126625613530
Binary1001110110110101011000010101011011010101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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