#05756C

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

Shades of Pine Green #05756C

Tints of Pine Green #05756C

Color information

#05756C (or 0x05756C) is unknown color: approx Pine Green. HEX triplet: 05, 75 and 6C. RGB value is (5,117,108). Sum of RGB (Red+Green+Blue) = 5+117+108=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #05756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05756C is #FA8A93. Grayscale: #525252. Windows color (decimal): -16419476 or 7107845. OLE color: 7107845.

HSL color Cylindrical-coordinate representation of color #05756C: hue angle of 175.18º 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 #05756C is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB5117108-
CMYK0.9600.080.54
HSL175.18º91.8%23.92%-
HSV(B)175.18º95.73%45.88%-
XYZ9.1313.8416.38-
YUV82.49142.3972.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=2.17%
G=50.87%
B=46.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51171080.9600.080.54175.1891.823.92
Hex5756C600836af5c18
Octal51651541400106625713430
Binary1011110101110110011000000100011011010101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,117,108); }

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

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

 a { background-color: rgb(5,117,108); }

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

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

 span { border-color: rgb(5,117,108); }

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