#01786C

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

Shades of Pine Green #01786C

Tints of Pine Green #01786C

Color information

#01786C (or 0x01786C) is unknown color: approx Pine Green. HEX triplet: 01, 78 and 6C. RGB value is (1,120,108). Sum of RGB (Red+Green+Blue) = 1+120+108=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #01786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01786C is #FE8793. Grayscale: #525252. Windows color (decimal): -16680852 or 7108609. OLE color: 7108609.

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

Color convert

RGB1120108-
CMYK0.9900.100.53
HSL173.95º98.35%23.73%-
HSV(B)173.95º99.17%47.06%-
XYZ9.4414.5216.49-
YUV83.05142.0869.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=0.44%
G=52.40%
B=47.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11201080.9900.100.53173.9598.3523.73
Hex1786C630A35ae6218
Octal11701541430126525614230
Binary11111000110110011000110101011010110101110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01786C; }

 p { color: rgb(1,120,108); }

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

<style>
 a { background-color: #01786C; }

 a { background-color: rgb(1,120,108); }

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

<style>
 span { border-color: #01786C; }

 span { border-color: rgb(1,120,108); }

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