Html Css Color HEX #086B69 Pine Green

📋 copy color: '#086B69'

red 8 ◦ green 107 ◦ blue 105

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

Shades of Pine Green #086B69

Tints of Pine Green #086B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 3.64%
G = 48.64%
B = 47.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#086B69 (or 0x086B69) is known color: Pine Green. HEX triplet: 08, 6B and 69. RGB value is (8,107,105). Sum of RGB (Red+Green+Blue) = 8+107+105=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #086B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B69 is #F79496. Grayscale: #4D4D4D. Windows color (decimal): -16225431 or 6908680. OLE color: 6908680.

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

Color convert

RGB 8 107 105 -
CMYK 0.93 0 0.02 0.58
HSL 178.79º 0.86% 0.23% -
HSV(B) 178.79º 0.93% 0.42% -
XYZ 7.91 11.59 15.18 -
YUV 77.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 8 107 105 0.93 0 0.02 0.58 178.79 0.86 0.23
Hex 8 6B 69 5D 0 2 3A B3 56 17
Octal 10 153 151 135 0 2 72 263 126 27
Binary 1000 1101011 1101001 1011101 0 10 111010 10110011 1010110 10111

Color Harmonies of #086B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B69

Black with #086B69

Text Example


Text Example

White with #086B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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