#01786F

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

Shades of Pine Green #01786F

Tints of Pine Green #01786F

Color information

#01786F (or 0x01786F) is unknown color: approx Pine Green. HEX triplet: 01, 78 and 6F. RGB value is (1,120,111). Sum of RGB (Red+Green+Blue) = 1+120+111=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #01786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01786F is #FE8790. Grayscale: #535353. Windows color (decimal): -16680849 or 7305217. OLE color: 7305217.

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

Color convert

RGB1120111-
CMYK0.9900.080.53
HSL175.46º98.35%23.73%-
HSV(B)175.46º99.17%47.06%-
XYZ9.614.5917.35-
YUV83.39143.5869.23-

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.72%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=0.43%
G=51.72%
B=47.84%

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
Decimal11201110.9900.080.53175.4698.3523.73
Hex1786F630835af6218
Octal11701571430106525714230
Binary11111000110111111000110100011010110101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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