Html Css Color HEX #087072 Pine Green

📋 copy color: '#087072'

red 8 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #087072

Tints of Pine Green #087072

RGB

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

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

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

R = 3.42%
G = 47.86%
B = 48.72%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#087072 (or 0x087072) is known color: Pine Green. HEX triplet: 08, 70 and 72. RGB value is (8,112,114). Sum of RGB (Red+Green+Blue) = 8+112+114=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #087072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087072 is #F78F8D. Grayscale: #515151. Windows color (decimal): -16224142 or 7499784. OLE color: 7499784.

HSL color Cylindrical-coordinate representation of color #087072: hue angle of 181.13º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087072 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 112 114 -
CMYK 0.93 0.02 0 0.55
HSL 181.13º 0.87% 0.24% -
HSV(B) 181.13º 0.93% 0.45% -
XYZ 8.93 12.85 17.93 -
YUV 81.13 146.54 75.84 -
System Red Green Blue C M Y K H S L
Decimal 8 112 114 0.93 0.02 0 0.55 181.13 0.87 0.24
Hex 8 70 72 5D 2 0 37 B5 57 18
Octal 10 160 162 135 2 0 67 265 127 30
Binary 1000 1110000 1110010 1011101 10 0 110111 10110101 1010111 11000

Color Harmonies of #087072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087072

Black with #087072

Text Example


Text Example

White with #087072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087072; }

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

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

background-color css

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

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

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

border-color css

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

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

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