Html Css Color HEX #087970 Pine Green

📋 copy color: '#087970'

red 8 ◦ green 121 ◦ blue 112

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

Shades of Pine Green #087970

Tints of Pine Green #087970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

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

R = 3.32%
G = 50.21%
B = 46.47%

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

#087970 (or 0x087970) is known color: Pine Green. HEX triplet: 08, 79 and 70. RGB value is (8,121,112). Sum of RGB (Red+Green+Blue) = 8+121+112=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #087970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087970 is #F7868F. Grayscale: #565656. Windows color (decimal): -16221840 or 7371016. OLE color: 7371016.

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

Color convert

RGB 8 121 112 -
CMYK 0.93 0 0.07 0.53
HSL 175.22º 0.88% 0.25% -
HSV(B) 175.22º 0.93% 0.47% -
XYZ 9.86 14.9 17.68 -
YUV 86.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 8 121 112 0.93 0 0.07 0.53 175.22 0.88 0.25
Hex 8 79 70 5D 0 7 35 AF 58 19
Octal 10 171 160 135 0 7 65 257 130 31
Binary 1000 1111001 1110000 1011101 0 111 110101 10101111 1011000 11001

Color Harmonies of #087970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087970

Black with #087970

Text Example


Text Example

White with #087970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087970; }

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

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

background-color css

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

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

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

border-color css

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

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

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