#01776D

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

Shades of Pine Green #01776D

Tints of Pine Green #01776D

Color information

#01776D (or 0x01776D) is unknown color: approx Pine Green. HEX triplet: 01, 77 and 6D. RGB value is (1,119,109). Sum of RGB (Red+Green+Blue) = 1+119+109=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #01776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01776D is #FE8892. Grayscale: #525252. Windows color (decimal): -16681107 or 7173889. OLE color: 7173889.

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

Color convert

RGB1119109-
CMYK0.9900.080.53
HSL174.92º98.33%23.53%-
HSV(B)174.92º99.16%46.67%-
XYZ9.3714.316.74-
YUV82.58142.9169.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=0.44%
G=51.97%
B=47.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11191090.9900.080.53174.9298.3323.53
Hex1776D630835af6218
Octal11671551430106525714230
Binary11110111110110111000110100011010110101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01776D; }

 p { color: rgb(1,119,109); }

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

<style>
 a { background-color: #01776D; }

 a { background-color: rgb(1,119,109); }

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

<style>
 span { border-color: #01776D; }

 span { border-color: rgb(1,119,109); }

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