#0F7673

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

Shades of Pine Green #0F7673

Tints of Pine Green #0F7673

Color information

#0F7673 (or 0x0F7673) is unknown color: approx Pine Green. HEX triplet: 0F, 76 and 73. RGB value is (15,118,115). Sum of RGB (Red+Green+Blue) = 15+118+115=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7673 is #F0898C. Grayscale: #565656. Windows color (decimal): -15763853 or 7566863. OLE color: 7566863.

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

Color convert

RGB15118115-
CMYK0.8700.030.54
HSL178.25º77.44%26.08%-
HSV(B)178.25º87.29%46.27%-
XYZ9.7714.318.46-
YUV86.86143.8876.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=6.05%
G=47.58%
B=46.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal151181150.8700.030.54178.2577.4426.08
HexF7673570336b24d1a
Octal17166163127036626211532
Binary111111101101110011101011101111011010110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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