#0F7F74

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

Shades of Pine Green #0F7F74

Tints of Pine Green #0F7F74

Color information

#0F7F74 (or 0x0F7F74) is unknown color: approx Pine Green. HEX triplet: 0F, 7F and 74. RGB value is (15,127,116). Sum of RGB (Red+Green+Blue) = 15+127+116=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7F74 is #F0808B. Grayscale: #5C5C5C. Windows color (decimal): -15761548 or 7634703. OLE color: 7634703.

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

Color convert

RGB15127116-
CMYK0.8800.090.50
HSL174.11º78.87%27.84%-
HSV(B)174.11º88.19%49.8%-
XYZ10.9416.5419.14-
YUV92.26141.3972.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.81%
GREEN value IS 127 (50% from 255) = 49.22%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=5.81%
G=49.22%
B=44.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151271160.8800.090.50174.1178.8727.84
HexF7F74580932ae4f1c
Octal171771641300116225611734
Binary11111111111111010010110000100111001010101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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