#05786E

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

Shades of Pine Green #05786E

Tints of Pine Green #05786E

Color information

#05786E (or 0x05786E) is unknown color: approx Pine Green. HEX triplet: 05, 78 and 6E. RGB value is (5,120,110). Sum of RGB (Red+Green+Blue) = 5+120+110=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #05786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05786E is #FA8791. Grayscale: #545454. Windows color (decimal): -16418706 or 7239685. OLE color: 7239685.

HSL color Cylindrical-coordinate representation of color #05786E: hue angle of 174.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05786E is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB5120110-
CMYK0.9600.080.53
HSL174.78º92%24.51%-
HSV(B)174.78º95.83%47.06%-
XYZ9.5914.5917.06-
YUV84.48142.471.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=2.13%
G=51.06%
B=46.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51201100.9600.080.53174.789224.51
Hex5786E600835af5c19
Octal51701561400106525713431
Binary1011111000110111011000000100011010110101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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