#086C69

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

Shades of Pine Green #086C69

Tints of Pine Green #086C69

Color information

#086C69 (or 0x086C69) is unknown color: approx Pine Green. HEX triplet: 08, 6C and 69. RGB value is (8,108,105). Sum of RGB (Red+Green+Blue) = 8+108+105=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #086C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C69 is #F79396. Grayscale: #4D4D4D. Windows color (decimal): -16225175 or 6908936. OLE color: 6908936.

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

Color convert

RGB8108105-
CMYK0.9300.030.58
HSL178.2º86.21%22.75%-
HSV(B)178.2º92.59%42.35%-
XYZ8.0111.815.22-
YUV77.76143.3778.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=3.62%
G=48.87%
B=47.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81081050.9300.030.58178.286.2122.75
Hex86C695D033Ab25617
Octal10154151135037226212627
Binary100011011001101001101110101111101010110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,108,105); }

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

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

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

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

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

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

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