Html Css Color HEX #086F66 Pine Green

📋 copy color: '#086F66'

red 8 ◦ green 111 ◦ blue 102

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

Shades of Pine Green #086F66

Tints of Pine Green #086F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 3.62%
G = 50.23%
B = 46.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#086F66 (or 0x086F66) is known color: Pine Green. HEX triplet: 08, 6F and 66. RGB value is (8,111,102). Sum of RGB (Red+Green+Blue) = 8+111+102=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #086F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F66 is #F79099. Grayscale: #4F4F4F. Windows color (decimal): -16224410 or 6713096. OLE color: 6713096.

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

Color convert

RGB 8 111 102 -
CMYK 0.93 0 0.08 0.56
HSL 174.76º 0.87% 0.23% -
HSV(B) 174.76º 0.93% 0.44% -
XYZ 8.18 12.38 14.53 -
YUV 79.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 8 111 102 0.93 0 0.08 0.56 174.76 0.87 0.23
Hex 8 6F 66 5D 0 8 38 AF 57 17
Octal 10 157 146 135 0 10 70 257 127 27
Binary 1000 1101111 1100110 1011101 0 1000 111000 10101111 1010111 10111

Color Harmonies of #086F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F66

Black with #086F66

Text Example


Text Example

White with #086F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,102); }

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

background-color css

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

 a { background-color: rgb(8,111,102); }

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

border-color css

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

 span { border-color: rgb(8,111,102); }

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