Html Css Color HEX #087071 Pine Green

📋 copy color: '#087071'

red 8 ◦ green 112 ◦ blue 113

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

Shades of Pine Green #087071

Tints of Pine Green #087071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 3.43%
G = 48.07%
B = 48.5%

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

#087071 (or 0x087071) is known color: Pine Green. HEX triplet: 08, 70 and 71. RGB value is (8,112,113). Sum of RGB (Red+Green+Blue) = 8+112+113=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #087071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087071 is #F78F8E. Grayscale: #505050. Windows color (decimal): -16224143 or 7434248. OLE color: 7434248.

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

Color convert

RGB 8 112 113 -
CMYK 0.93 0.01 0 0.56
HSL 180.57º 0.87% 0.24% -
HSV(B) 180.57º 0.93% 0.44% -
XYZ 8.87 12.83 17.63 -
YUV 81.02 146.04 75.92 -
System Red Green Blue C M Y K H S L
Decimal 8 112 113 0.93 0.01 0 0.56 180.57 0.87 0.24
Hex 8 70 71 5D 1 0 38 B5 57 18
Octal 10 160 161 135 1 0 70 265 127 30
Binary 1000 1110000 1110001 1011101 1 0 111000 10110101 1010111 11000

Color Harmonies of #087071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087071

Black with #087071

Text Example


Text Example

White with #087071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087071; }

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

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

background-color css

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

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

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

border-color css

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

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

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