#086E6E

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

Shades of Pine Green #086E6E

Tints of Pine Green #086E6E

Color information

#086E6E (or 0x086E6E) is unknown color: approx Pine Green. HEX triplet: 08, 6E and 6E. RGB value is (8,110,110). Sum of RGB (Red+Green+Blue) = 8+110+110=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #086E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E6E is #F79191. Grayscale: #4F4F4F. Windows color (decimal): -16224658 or 7237128. OLE color: 7237128.

HSL color Cylindrical-coordinate representation of color #086E6E: hue angle of 180º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E6E is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8110110-
CMYK0.93000.57
HSL180º86.44%23.14%-
HSV(B)180º92.73%43.14%-
XYZ8.4912.3316.68-
YUV79.5145.2177-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 110 (43.36% from 255) = 48.25%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=3.51%
G=48.25%
B=48.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81101100.93000.5718086.4423.14
Hex86E6E5D0039b45617
Octal10156156135007126412627
Binary10001101110110111010111010011100110110100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086E6E; }

 p { color: rgb(8,110,110); }

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

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

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

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

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

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

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