Html Css Color HEX #087972 Pine Green

📋 copy color: '#087972'

red 8 ◦ green 121 ◦ blue 114

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

Shades of Pine Green #087972

Tints of Pine Green #087972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 3.29%
G = 49.79%
B = 46.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#087972 (or 0x087972) is known color: Pine Green. HEX triplet: 08, 79 and 72. RGB value is (8,121,114). Sum of RGB (Red+Green+Blue) = 8+121+114=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #087972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087972 is #F7868D. Grayscale: #565656. Windows color (decimal): -16221838 or 7502088. OLE color: 7502088.

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

Color convert

RGB 8 121 114 -
CMYK 0.93 0 0.06 0.53
HSL 176.28º 0.88% 0.25% -
HSV(B) 176.28º 0.93% 0.47% -
XYZ 9.97 14.94 18.28 -
YUV 86.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 8 121 114 0.93 0 0.06 0.53 176.28 0.88 0.25
Hex 8 79 72 5D 0 6 35 B0 58 19
Octal 10 171 162 135 0 6 65 260 130 31
Binary 1000 1111001 1110010 1011101 0 110 110101 10110000 1011000 11001

Color Harmonies of #087972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087972

Black with #087972

Text Example


Text Example

White with #087972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087972; }

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

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

background-color css

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

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

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

border-color css

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

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

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