Html Css Color HEX #086C6B Pine Green

📋 copy color: '#086C6B'

red 8 ◦ green 108 ◦ blue 107

#086C6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #086C6B

Tints of Pine Green #086C6B

RGB

 RED value IS 8 (3.52% from 255) = 3.59%

 GREEN value IS 108 (42.58% from 255) = 48.43%

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 3.59%
G = 48.43%
B = 47.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#086C6B (or 0x086C6B) is known color: Pine Green. HEX triplet: 08, 6C and 6B. RGB value is (8,108,107). Sum of RGB (Red+Green+Blue) = 8+108+107=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #086C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C6B is #F79394. Grayscale: #4D4D4D. Windows color (decimal): -16225173 or 7040008. OLE color: 7040008.

HSL color Cylindrical-coordinate representation of color #086C6B: hue angle of 179.4º 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 #086C6B is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 108 107 -
CMYK 0.93 0 0.01 0.58
HSL 179.4º 0.86% 0.23% -
HSV(B) 179.4º 0.93% 0.42% -
XYZ 8.12 11.84 15.77 -
YUV 77.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 8 108 107 0.93 0 0.01 0.58 179.4 0.86 0.23
Hex 8 6C 6B 5D 0 1 3A B3 56 17
Octal 10 154 153 135 0 1 72 263 126 27
Binary 1000 1101100 1101011 1011101 0 1 111010 10110011 1010110 10111

Color Harmonies of #086C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C6B

Black with #086C6B

Text Example


Text Example

White with #086C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #086C6B;
 }
 .AnyTagClassName
 {
   color: #086C6B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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