Html Css Color HEX #086F68 Pine Green

📋 copy color: '#086F68'

red 8 ◦ green 111 ◦ blue 104

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

Shades of Pine Green #086F68

Tints of Pine Green #086F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 3.59%
G = 49.78%
B = 46.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#086F68 (or 0x086F68) is known color: Pine Green. HEX triplet: 08, 6F and 68. RGB value is (8,111,104). Sum of RGB (Red+Green+Blue) = 8+111+104=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #086F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F68 is #F79097. Grayscale: #4F4F4F. Windows color (decimal): -16224408 or 6844168. OLE color: 6844168.

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

Color convert

RGB 8 111 104 -
CMYK 0.93 0 0.06 0.56
HSL 175.92º 0.87% 0.23% -
HSV(B) 175.92º 0.93% 0.44% -
XYZ 8.28 12.42 15.06 -
YUV 79.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 8 111 104 0.93 0 0.06 0.56 175.92 0.87 0.23
Hex 8 6F 68 5D 0 6 38 B0 57 17
Octal 10 157 150 135 0 6 70 260 127 27
Binary 1000 1101111 1101000 1011101 0 110 111000 10110000 1010111 10111

Color Harmonies of #086F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F68

Black with #086F68

Text Example


Text Example

White with #086F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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