#0F8175

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

Shades of Pine Green #0F8175

Tints of Pine Green #0F8175

Color information

#0F8175 (or 0x0F8175) is unknown color: approx Pine Green. HEX triplet: 0F, 81 and 75. RGB value is (15,129,117). Sum of RGB (Red+Green+Blue) = 15+129+117=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8175 is #F07E8A. Grayscale: #5D5D5D. Windows color (decimal): -15761035 or 7700751. OLE color: 7700751.

HSL color Cylindrical-coordinate representation of color #0F8175: hue angle of 173.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8175 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB15129117-
CMYK0.8800.090.49
HSL173.68º79.17%28.24%-
HSV(B)173.68º88.37%50.59%-
XYZ11.2617.0919.53-
YUV93.55141.2371.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 129 (50.78% from 255) = 49.43%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=5.75%
G=49.43%
B=44.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151291170.8800.090.49173.6879.1728.24
HexF8175580931ae4f1c
Octal172011651300116125611734
Binary111110000001111010110110000100111000110101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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