#087071

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

Shades of Pine Green #087071

Tints of Pine Green #087071

Color information

#087071 (or 0x087071) is unknown color: approx Pine Green. HEX triplet: 08, 70 and 71. RGB value is (8,112,113). Sum of RGB (Red+Green+Blue) = 8+112+113=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #087071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087071 is #F78F8E. Grayscale: #505050. Windows color (decimal): -16224143 or 7434248. OLE color: 7434248.

HSL color Cylindrical-coordinate representation of color #087071: hue angle of 180.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087071 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8112113-
CMYK0.930.0100.56
HSL180.57º86.78%23.73%-
HSV(B)180.57º92.92%44.31%-
XYZ8.8712.8317.63-
YUV81.02146.0475.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=3.43%
G=48.07%
B=48.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81121130.930.0100.56180.5786.7823.73
Hex870715D1038b55718
Octal10160161135107026512730
Binary10001110000111000110111011011100010110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087071; }

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

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

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

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

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

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

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

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