#087c6f

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

Shades of Pine Green #087C6F

Tints of Pine Green #087C6F

Color information

#087C6F (or 0x087C6F) is unknown color: approx Pine Green. HEX triplet: 08, 7C and 6F. RGB value is (8,124,111). Sum of RGB (Red+Green+Blue) = 8+124+111=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #087C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C6F is #F78390. Grayscale: #575757. Windows color (decimal): -16221073 or 7306248. OLE color: 7306248.

HSL color Cylindrical-coordinate representation of color #087C6F: hue angle of 173.28º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C6F is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB8124111-
CMYK0.9400.100.51
HSL173.28º87.88%25.88%-
HSV(B)173.28º93.55%48.63%-
XYZ10.1815.6117.52-
YUV87.83141.0771.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=3.29%
G=51.03%
B=45.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81241110.9400.100.51173.2887.8825.88
Hex87C6F5E0A33ad581a
Octal101741571360126325513032
Binary10001111100110111110111100101011001110101101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087c6f; }

 p { color: rgb(8,124,111); }

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

<style>
 a { background-color: #087c6f; }

 a { background-color: rgb(8,124,111); }

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

<style>
 span { border-color: #087c6f; }

 span { border-color: rgb(8,124,111); }

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