Html Css Color HEX #086E71 Pine Green

📋 copy color: '#086E71'

red 8 ◦ green 110 ◦ blue 113

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

Shades of Pine Green #086E71

Tints of Pine Green #086E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 3.46%
G = 47.62%
B = 48.92%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086E71 (or 0x086E71) is known color: Pine Green. HEX triplet: 08, 6E and 71. RGB value is (8,110,113). Sum of RGB (Red+Green+Blue) = 8+110+113=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #086E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E71 is #F7918E. Grayscale: #4F4F4F. Windows color (decimal): -16224655 or 7433736. OLE color: 7433736.

HSL color Cylindrical-coordinate representation of color #086E71: hue angle of 181.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E71 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 110 113 -
CMYK 0.93 0.03 0 0.56
HSL 181.71º 0.87% 0.24% -
HSV(B) 181.71º 0.93% 0.44% -
XYZ 8.66 12.4 17.56 -
YUV 79.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 8 110 113 0.93 0.03 0 0.56 181.71 0.87 0.24
Hex 8 6E 71 5D 3 0 38 B6 57 18
Octal 10 156 161 135 3 0 70 266 127 30
Binary 1000 1101110 1110001 1011101 11 0 111000 10110110 1010111 11000

Color Harmonies of #086E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E71

Black with #086E71

Text Example


Text Example

White with #086E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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