Html Css Color HEX #087870 Pine Green

📋 copy color: '#087870'

red 8 ◦ green 120 ◦ blue 112

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

Shades of Pine Green #087870

Tints of Pine Green #087870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

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

R = 3.33%
G = 50%
B = 46.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#087870 (or 0x087870) is known color: Pine Green. HEX triplet: 08, 78 and 70. RGB value is (8,120,112). Sum of RGB (Red+Green+Blue) = 8+120+112=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #087870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087870 is #F7878F. Grayscale: #555555. Windows color (decimal): -16222096 or 7370760. OLE color: 7370760.

HSL color Cylindrical-coordinate representation of color #087870: hue angle of 175.71º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087870 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 120 112 -
CMYK 0.93 0 0.07 0.53
HSL 175.71º 0.88% 0.25% -
HSV(B) 175.71º 0.93% 0.47% -
XYZ 9.74 14.65 17.64 -
YUV 85.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 8 120 112 0.93 0 0.07 0.53 175.71 0.88 0.25
Hex 8 78 70 5D 0 7 35 B0 58 19
Octal 10 170 160 135 0 7 65 260 130 31
Binary 1000 1111000 1110000 1011101 0 111 110101 10110000 1011000 11001

Color Harmonies of #087870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087870

Black with #087870

Text Example


Text Example

White with #087870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087870; }

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

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

background-color css

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

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

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

border-color css

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

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

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