#05786A

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

Shades of Pine Green #05786A

Tints of Pine Green #05786A

Color information

#05786A (or 0x05786A) is unknown color: approx Pine Green. HEX triplet: 05, 78 and 6A. RGB value is (5,120,106). Sum of RGB (Red+Green+Blue) = 5+120+106=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #05786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05786A is #FA8795. Grayscale: #535353. Windows color (decimal): -16418710 or 6977541. OLE color: 6977541.

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

Color convert

RGB5120106-
CMYK0.9600.120.53
HSL172.7º92%24.51%-
HSV(B)172.7º95.83%47.06%-
XYZ9.3814.5115.94-
YUV84.02140.471.64-

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.95%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=2.16%
G=51.95%
B=45.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51201060.9600.120.53172.79224.51
Hex5786A600C35ad5c19
Octal51701521400146525513431
Binary1011111000110101011000000110011010110101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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