#01786E

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

Shades of Pine Green #01786E

Tints of Pine Green #01786E

Color information

#01786E (or 0x01786E) is unknown color: approx Pine Green. HEX triplet: 01, 78 and 6E. RGB value is (1,120,110). Sum of RGB (Red+Green+Blue) = 1+120+110=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #01786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01786E is #FE8791. Grayscale: #535353. Windows color (decimal): -16680850 or 7239681. OLE color: 7239681.

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

Color convert

RGB1120110-
CMYK0.9900.080.53
HSL174.96º98.35%23.73%-
HSV(B)174.96º99.17%47.06%-
XYZ9.5414.5717.06-
YUV83.28143.0869.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=0.43%
G=51.95%
B=47.62%

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
Decimal11201100.9900.080.53174.9698.3523.73
Hex1786E630835af6218
Octal11701561430106525714230
Binary11111000110111011000110100011010110101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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