Html Css Color HEX #087D71 Pine Green

📋 copy color: '#087D71'

red 8 ◦ green 125 ◦ blue 113

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

Shades of Pine Green #087D71

Tints of Pine Green #087D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.81%

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

R = 3.25%
G = 50.81%
B = 45.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#087D71 (or 0x087D71) is known color: Pine Green. HEX triplet: 08, 7D and 71. RGB value is (8,125,113). Sum of RGB (Red+Green+Blue) = 8+125+113=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #087D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087D71 is #F7828E. Grayscale: #585858. Windows color (decimal): -16220815 or 7437576. OLE color: 7437576.

HSL color Cylindrical-coordinate representation of color #087D71: hue angle of 173.85º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D71 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 125 113 -
CMYK 0.94 0 0.10 0.51
HSL 173.85º 0.88% 0.26% -
HSV(B) 173.85º 0.94% 0.49% -
XYZ 10.41 15.91 18.15 -
YUV 88.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 8 125 113 0.94 0 0.10 0.51 173.85 0.88 0.26
Hex 8 7D 71 5E 0 A 33 AE 58 1A
Octal 10 175 161 136 0 12 63 256 130 32
Binary 1000 1111101 1110001 1011110 0 1010 110011 10101110 1011000 11010

Color Harmonies of #087D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D71

Black with #087D71

Text Example


Text Example

White with #087D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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