#0F7A6D

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

Shades of Pine Green #0F7A6D

Tints of Pine Green #0F7A6D

Color information

#0F7A6D (or 0x0F7A6D) is unknown color: approx Pine Green. HEX triplet: 0F, 7A and 6D. RGB value is (15,122,109). Sum of RGB (Red+Green+Blue) = 15+122+109=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A6D is #F08592. Grayscale: #585858. Windows color (decimal): -15762835 or 7174671. OLE color: 7174671.

HSL color Cylindrical-coordinate representation of color #0F7A6D: hue angle of 172.71º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A6D is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB15122109-
CMYK0.8800.110.52
HSL172.71º78.1%26.86%-
HSV(B)172.71º87.7%47.84%-
XYZ9.9215.1216.86-
YUV88.52139.5575.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 122 (48.05% from 255) = 49.59%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=6.10%
G=49.59%
B=44.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal151221090.8800.110.52172.7178.126.86
HexF7A6D580B34ad4e1b
Octal171721551300136425511633
Binary11111111010110110110110000101111010010101101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,122,109); }

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

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

 a { background-color: rgb(15,122,109); }

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

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

 span { border-color: rgb(15,122,109); }

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