#087271

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

Shades of Pine Green #087271

Tints of Pine Green #087271

Color information

#087271 (or 0x087271) is unknown color: approx Pine Green. HEX triplet: 08, 72 and 71. RGB value is (8,114,113). Sum of RGB (Red+Green+Blue) = 8+114+113=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #087271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087271 is #F78D8E. Grayscale: #525252. Windows color (decimal): -16223631 or 7434760. OLE color: 7434760.

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

Color convert

RGB8114113-
CMYK0.9300.010.55
HSL179.43º86.89%23.92%-
HSV(B)179.43º92.98%44.71%-
XYZ9.113.2817.71-
YUV82.19145.3875.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.40%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=3.40%
G=48.51%
B=48.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81141130.9300.010.55179.4386.8923.92
Hex872715D0137b35718
Octal10162161135016726312730
Binary10001110010111000110111010111011110110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087271; }

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

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

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

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

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

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

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

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