#0F7173

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

Shades of Pine Green #0F7173

Tints of Pine Green #0F7173

Color information

#0F7173 (or 0x0F7173) is unknown color: approx Pine Green. HEX triplet: 0F, 71 and 73. RGB value is (15,113,115). Sum of RGB (Red+Green+Blue) = 15+113+115=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F7173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7173 is #F08E8C. Grayscale: #535353. Windows color (decimal): -15765133 or 7565583. OLE color: 7565583.

HSL color Cylindrical-coordinate representation of color #0F7173: hue angle of 181.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7173 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB15113115-
CMYK0.870.0200.55
HSL181.2º76.92%25.49%-
HSV(B)181.2º86.96%45.1%-
XYZ9.213.1518.27-
YUV83.93145.5378.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=6.17%
G=46.50%
B=47.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal151131150.870.0200.55181.276.9225.49
HexF7173572037b54d19
Octal17161163127206726511531
Binary111111100011110011101011110011011110110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,113,115); }

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

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

 a { background-color: rgb(15,113,115); }

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

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

 span { border-color: rgb(15,113,115); }

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