#05776E

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

Shades of Pine Green #05776E

Tints of Pine Green #05776E

Color information

#05776E (or 0x05776E) is unknown color: approx Pine Green. HEX triplet: 05, 77 and 6E. RGB value is (5,119,110). Sum of RGB (Red+Green+Blue) = 5+119+110=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #05776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05776E is #FA8891. Grayscale: #535353. Windows color (decimal): -16418962 or 7239429. OLE color: 7239429.

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

Color convert

RGB5119110-
CMYK0.9600.080.53
HSL175.26º91.94%24.31%-
HSV(B)175.26º95.8%46.67%-
XYZ9.4714.3517.02-
YUV83.89142.7371.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=2.14%
G=50.85%
B=47.01%

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
Decimal51191100.9600.080.53175.2691.9424.31
Hex5776E600835af5c18
Octal51671561400106525713430
Binary1011110111110111011000000100011010110101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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