#0F7472

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

Shades of Pine Green #0F7472

Tints of Pine Green #0F7472

Color information

#0F7472 (or 0x0F7472) is unknown color: approx Pine Green. HEX triplet: 0F, 74 and 72. RGB value is (15,116,114). Sum of RGB (Red+Green+Blue) = 15+116+114=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7472 is #F08B8D. Grayscale: #555555. Windows color (decimal): -15764366 or 7500815. OLE color: 7500815.

HSL color Cylindrical-coordinate representation of color #0F7472: hue angle of 178.81º 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 #0F7472 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB15116114-
CMYK0.8700.020.55
HSL178.81º77.1%25.69%-
HSV(B)178.81º87.07%45.49%-
XYZ9.4813.8118.09-
YUV85.57144.0477.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=6.12%
G=47.35%
B=46.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal151161140.8700.020.55178.8177.125.69
HexF7472570237b34d1a
Octal17164162127026726311532
Binary111111101001110010101011101011011110110011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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