#05766A

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

Shades of Pine Green #05766A

Tints of Pine Green #05766A

Color information

#05766A (or 0x05766A) is unknown color: approx Pine Green. HEX triplet: 05, 76 and 6A. RGB value is (5,118,106). Sum of RGB (Red+Green+Blue) = 5+118+106=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #05766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05766A is #FA8995. Grayscale: #525252. Windows color (decimal): -16419222 or 6977029. OLE color: 6977029.

HSL color Cylindrical-coordinate representation of color #05766A: hue angle of 173.63º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05766A is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB5118106-
CMYK0.9600.100.54
HSL173.63º91.87%24.12%-
HSV(B)173.63º95.76%46.27%-
XYZ9.1414.0315.86-
YUV82.84141.0672.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=2.18%
G=51.53%
B=46.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51181060.9600.100.54173.6391.8724.12
Hex5766A600A36ae5c18
Octal51661521400126625613430
Binary1011110110110101011000000101011011010101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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