#087C70

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

Shades of Pine Green #087C70

Tints of Pine Green #087C70

Color information

#087C70 (or 0x087C70) is unknown color: approx Pine Green. HEX triplet: 08, 7C and 70. RGB value is (8,124,112). Sum of RGB (Red+Green+Blue) = 8+124+112=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #087C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C70 is #F7838F. Grayscale: #575757. Windows color (decimal): -16221072 or 7371784. OLE color: 7371784.

HSL color Cylindrical-coordinate representation of color #087C70: hue angle of 173.79º 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 #087C70 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB8124112-
CMYK0.9400.100.51
HSL173.79º87.88%25.88%-
HSV(B)173.79º93.55%48.63%-
XYZ10.2315.6417.81-
YUV87.95141.5770.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.28%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=3.28%
G=50.82%
B=45.90%

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
Decimal81241120.9400.100.51173.7987.8825.88
Hex87C705E0A33ae581a
Octal101741601360126325613032
Binary10001111100111000010111100101011001110101110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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