Html Css Color HEX #086F6A Pine Green

📋 copy color: '#086F6A'

red 8 ◦ green 111 ◦ blue 106

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

Shades of Pine Green #086F6A

Tints of Pine Green #086F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.11%

R = 3.56%
G = 49.33%
B = 47.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#086F6A (or 0x086F6A) is known color: Pine Green. HEX triplet: 08, 6F and 6A. RGB value is (8,111,106). Sum of RGB (Red+Green+Blue) = 8+111+106=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #086F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F6A is #F79095. Grayscale: #4F4F4F. Windows color (decimal): -16224406 or 6975240. OLE color: 6975240.

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

Color convert

RGB 8 111 106 -
CMYK 0.93 0 0.05 0.56
HSL 177.09º 0.87% 0.23% -
HSV(B) 177.09º 0.93% 0.44% -
XYZ 8.39 12.46 15.6 -
YUV 79.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 8 111 106 0.93 0 0.05 0.56 177.09 0.87 0.23
Hex 8 6F 6A 5D 0 5 38 B1 57 17
Octal 10 157 152 135 0 5 70 261 127 27
Binary 1000 1101111 1101010 1011101 0 101 111000 10110001 1010111 10111

Color Harmonies of #086F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F6A

Black with #086F6A

Text Example


Text Example

White with #086F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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