#0F7473

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

Shades of Pine Green #0F7473

Tints of Pine Green #0F7473

Color information

#0F7473 (or 0x0F7473) is unknown color: approx Pine Green. HEX triplet: 0F, 74 and 73. RGB value is (15,116,115). Sum of RGB (Red+Green+Blue) = 15+116+115=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7473 is #F08B8C. Grayscale: #555555. Windows color (decimal): -15764365 or 7566351. OLE color: 7566351.

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

Color convert

RGB15116115-
CMYK0.8700.010.55
HSL179.41º77.1%25.69%-
HSV(B)179.41º87.07%45.49%-
XYZ9.5413.8318.39-
YUV85.69144.5477.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=6.10%
G=47.15%
B=46.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal151161150.8700.010.55179.4177.125.69
HexF7473570137b34d1a
Octal17164163127016726311532
Binary11111110100111001110101110111011110110011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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