#0F786C

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

Shades of Pine Green #0F786C

Tints of Pine Green #0F786C

Color information

#0F786C (or 0x0F786C) is unknown color: approx Pine Green. HEX triplet: 0F, 78 and 6C. RGB value is (15,120,108). Sum of RGB (Red+Green+Blue) = 15+120+108=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #0F786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F786C is #F08793. Grayscale: #575757. Windows color (decimal): -15763348 or 7108623. OLE color: 7108623.

HSL color Cylindrical-coordinate representation of color #0F786C: hue angle of 173.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F786C is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB15120108-
CMYK0.8700.100.53
HSL173.14º77.78%26.47%-
HSV(B)173.14º87.5%47.06%-
XYZ9.6214.6216.5-
YUV87.24139.7176.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=6.17%
G=49.38%
B=44.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal151201080.8700.100.53173.1477.7826.47
HexF786C570A35ad4e1a
Octal171701541270126525511632
Binary11111111000110110010101110101011010110101101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F786C; }

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

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

<style>
 a { background-color: #0F786C; }

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

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

<style>
 span { border-color: #0F786C; }

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

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