#087B6B

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

Shades of Pine Green #087B6B

Tints of Pine Green #087B6B

Color information

#087B6B (or 0x087B6B) is unknown color: approx Pine Green. HEX triplet: 08, 7B and 6B. RGB value is (8,123,107). Sum of RGB (Red+Green+Blue) = 8+123+107=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #087B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B6B is #F78494. Grayscale: #565656. Windows color (decimal): -16221333 or 7043848. OLE color: 7043848.

HSL color Cylindrical-coordinate representation of color #087B6B: hue angle of 171.65º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B6B is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB8123107-
CMYK0.9300.130.52
HSL171.65º87.79%25.69%-
HSV(B)171.65º93.5%48.24%-
XYZ9.8415.2816.34-
YUV86.79139.471.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.36%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=3.36%
G=51.68%
B=44.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81231070.9300.130.52171.6587.7925.69
Hex87B6B5D0D34ac581a
Octal101731531350156425413032
Binary10001111011110101110111010110111010010101100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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