Html Css Color HEX #086F70 Pine Green

📋 copy color: '#086F70'

red 8 ◦ green 111 ◦ blue 112

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

Shades of Pine Green #086F70

Tints of Pine Green #086F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 3.46%
G = 48.05%
B = 48.48%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#086F70 (or 0x086F70) is known color: Pine Green. HEX triplet: 08, 6F and 70. RGB value is (8,111,112). Sum of RGB (Red+Green+Blue) = 8+111+112=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #086F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F70 is #F7908F. Grayscale: #505050. Windows color (decimal): -16224400 or 7368456. OLE color: 7368456.

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

Color convert

RGB 8 111 112 -
CMYK 0.93 0.01 0 0.56
HSL 180.58º 0.87% 0.24% -
HSV(B) 180.58º 0.93% 0.44% -
XYZ 8.71 12.59 17.3 -
YUV 80.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 8 111 112 0.93 0.01 0 0.56 180.58 0.87 0.24
Hex 8 6F 70 5D 1 0 38 B5 57 18
Octal 10 157 160 135 1 0 70 265 127 30
Binary 1000 1101111 1110000 1011101 1 0 111000 10110101 1010111 11000

Color Harmonies of #086F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F70

Black with #086F70

Text Example


Text Example

White with #086F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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