#05756E

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

Shades of Pine Green #05756E

Tints of Pine Green #05756E

Color information

#05756E (or 0x05756E) is unknown color: approx Pine Green. HEX triplet: 05, 75 and 6E. RGB value is (5,117,110). Sum of RGB (Red+Green+Blue) = 5+117+110=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #05756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05756E is #FA8A91. Grayscale: #525252. Windows color (decimal): -16419474 or 7238917. OLE color: 7238917.

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

Color convert

RGB5117110-
CMYK0.9600.060.54
HSL176.25º91.8%23.92%-
HSV(B)176.25º95.73%45.88%-
XYZ9.2413.8816.94-
YUV82.71143.3972.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=2.16%
G=50.43%
B=47.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51171100.9600.060.54176.2591.823.92
Hex5756E600636b05c18
Octal5165156140066626013430
Binary101111010111011101100000011011011010110000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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