#01776A

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

Shades of Pine Green #01776A

Tints of Pine Green #01776A

Color information

#01776A (or 0x01776A) is unknown color: approx Pine Green. HEX triplet: 01, 77 and 6A. RGB value is (1,119,106). Sum of RGB (Red+Green+Blue) = 1+119+106=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #01776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01776A is #FE8895. Grayscale: #525252. Windows color (decimal): -16681110 or 6977281. OLE color: 6977281.

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

Color convert

RGB1119106-
CMYK0.9900.110.53
HSL173.39º98.33%23.53%-
HSV(B)173.39º99.16%46.67%-
XYZ9.2114.2415.9-
YUV82.24141.4170.06-

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) = 52.65%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=0.44%
G=52.65%
B=46.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11191060.9900.110.53173.3998.3323.53
Hex1776A630B35ad6218
Octal11671521430136525514230
Binary11110111110101011000110101111010110101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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