Html Css Color HEX #086E6C Pine Green

📋 copy color: '#086E6C'

red 8 ◦ green 110 ◦ blue 108

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

Shades of Pine Green #086E6C

Tints of Pine Green #086E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.67%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 3.54%
G = 48.67%
B = 47.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#086E6C (or 0x086E6C) is known color: Pine Green. HEX triplet: 08, 6E and 6C. RGB value is (8,110,108). Sum of RGB (Red+Green+Blue) = 8+110+108=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #086E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E6C is #F79193. Grayscale: #4F4F4F. Windows color (decimal): -16224660 or 7106056. OLE color: 7106056.

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

Color convert

RGB 8 110 108 -
CMYK 0.93 0 0.02 0.57
HSL 178.82º 0.86% 0.23% -
HSV(B) 178.82º 0.93% 0.43% -
XYZ 8.38 12.29 16.12 -
YUV 79.27 144.21 77.16 -
System Red Green Blue C M Y K H S L
Decimal 8 110 108 0.93 0 0.02 0.57 178.82 0.86 0.23
Hex 8 6E 6C 5D 0 2 39 B3 56 17
Octal 10 156 154 135 0 2 71 263 126 27
Binary 1000 1101110 1101100 1011101 0 10 111001 10110011 1010110 10111

Color Harmonies of #086E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E6C

Black with #086E6C

Text Example


Text Example

White with #086E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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