#087D6B

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

Shades of Pine Green #087D6B

Tints of Pine Green #087D6B

Color information

#087D6B (or 0x087D6B) is unknown color: approx Pine Green. HEX triplet: 08, 7D and 6B. RGB value is (8,125,107). Sum of RGB (Red+Green+Blue) = 8+125+107=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #087D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087D6B is #F78294. Grayscale: #575757. Windows color (decimal): -16220821 or 7044360. OLE color: 7044360.

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

Color convert

RGB8125107-
CMYK0.9400.140.51
HSL170.77º87.97%26.08%-
HSV(B)170.77º93.6%49.02%-
XYZ10.0915.7816.42-
YUV87.96138.7470.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.33%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=3.33%
G=52.08%
B=44.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81251070.9400.140.51170.7787.9726.08
Hex87D6B5E0E33ab581a
Octal101751531360166325313032
Binary10001111101110101110111100111011001110101011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,125,107); }

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

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

 a { background-color: rgb(8,125,107); }

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

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

 span { border-color: rgb(8,125,107); }

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