#12786F

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

Shades of Pine Green #12786F

Tints of Pine Green #12786F

Color information

#12786F (or 0x12786F) is unknown color: approx Pine Green. HEX triplet: 12, 78 and 6F. RGB value is (18,120,111). Sum of RGB (Red+Green+Blue) = 18+120+111=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #12786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12786F is #ED8790. Grayscale: #585858. Windows color (decimal): -15566737 or 7305234. OLE color: 7305234.

HSL color Cylindrical-coordinate representation of color #12786F: hue angle of 174.71º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12786F is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB18120111-
CMYK0.8500.080.53
HSL174.71º73.91%27.06%-
HSV(B)174.71º85%47.06%-
XYZ9.8414.7117.36-
YUV88.48140.7177.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=7.23%
G=48.19%
B=44.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181201110.8500.080.53174.7173.9127.06
Hex12786F550835af4a1b
Octal221701571250106525711233
Binary100101111000110111110101010100011010110101111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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