#0F756C

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

Shades of Pine Green #0F756C

Tints of Pine Green #0F756C

Color information

#0F756C (or 0x0F756C) is unknown color: approx Pine Green. HEX triplet: 0F, 75 and 6C. RGB value is (15,117,108). Sum of RGB (Red+Green+Blue) = 15+117+108=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #0F756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F756C is #F08A93. Grayscale: #555555. Windows color (decimal): -15764116 or 7107855. OLE color: 7107855.

HSL color Cylindrical-coordinate representation of color #0F756C: hue angle of 174.71º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F756C is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB15117108-
CMYK0.8700.080.54
HSL174.71º77.27%25.88%-
HSV(B)174.71º87.18%45.88%-
XYZ9.2713.9116.38-
YUV85.48140.7177.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 108 (42.58% from 255) = 45%
R=6.25%
G=48.75%
B=45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal151171080.8700.080.54174.7177.2725.88
HexF756C570836af4d1a
Octal171651541270106625711532
Binary11111110101110110010101110100011011010101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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