Html Css Color HEX #086E67 Pine Green

📋 copy color: '#086E67'

red 8 ◦ green 110 ◦ blue 103

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

Shades of Pine Green #086E67

Tints of Pine Green #086E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 3.62%
G = 49.77%
B = 46.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#086E67 (or 0x086E67) is known color: Pine Green. HEX triplet: 08, 6E and 67. RGB value is (8,110,103). Sum of RGB (Red+Green+Blue) = 8+110+103=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #086E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E67 is #F79198. Grayscale: #4E4E4E. Windows color (decimal): -16224665 or 6778376. OLE color: 6778376.

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

Color convert

RGB 8 110 103 -
CMYK 0.93 0 0.06 0.57
HSL 175.88º 0.86% 0.23% -
HSV(B) 175.88º 0.93% 0.43% -
XYZ 8.12 12.18 14.76 -
YUV 78.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 8 110 103 0.93 0 0.06 0.57 175.88 0.86 0.23
Hex 8 6E 67 5D 0 6 39 B0 56 17
Octal 10 156 147 135 0 6 71 260 126 27
Binary 1000 1101110 1100111 1011101 0 110 111001 10110000 1010110 10111

Color Harmonies of #086E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E67

Black with #086E67

Text Example


Text Example

White with #086E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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