#05786B

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

Shades of Pine Green #05786B

Tints of Pine Green #05786B

Color information

#05786B (or 0x05786B) is unknown color: approx Pine Green. HEX triplet: 05, 78 and 6B. RGB value is (5,120,107). Sum of RGB (Red+Green+Blue) = 5+120+107=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #05786B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05786B is #FA8794. Grayscale: #545454. Windows color (decimal): -16418709 or 7043077. OLE color: 7043077.

HSL color Cylindrical-coordinate representation of color #05786B: hue angle of 173.22º 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 #05786B is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB5120107-
CMYK0.9600.110.53
HSL173.22º92%24.51%-
HSV(B)173.22º95.83%47.06%-
XYZ9.4314.5316.22-
YUV84.13140.971.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=2.16%
G=51.72%
B=46.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51201070.9600.110.53173.229224.51
Hex5786B600B35ad5c19
Octal51701531400136525513431
Binary1011111000110101111000000101111010110101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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