Html Css Color HEX #087C71 Pine Green

📋 copy color: '#087C71'

red 8 ◦ green 124 ◦ blue 113

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

Shades of Pine Green #087C71

Tints of Pine Green #087C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.61%

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

R = 3.27%
G = 50.61%
B = 46.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#087C71 (or 0x087C71) is known color: Pine Green. HEX triplet: 08, 7C and 71. RGB value is (8,124,113). Sum of RGB (Red+Green+Blue) = 8+124+113=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #087C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C71 is #F7838E. Grayscale: #575757. Windows color (decimal): -16221071 or 7437320. OLE color: 7437320.

HSL color Cylindrical-coordinate representation of color #087C71: hue angle of 174.31º 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 #087C71 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 124 113 -
CMYK 0.94 0 0.09 0.51
HSL 174.31º 0.88% 0.26% -
HSV(B) 174.31º 0.94% 0.49% -
XYZ 10.29 15.66 18.1 -
YUV 88.06 142.07 70.89 -
System Red Green Blue C M Y K H S L
Decimal 8 124 113 0.94 0 0.09 0.51 174.31 0.88 0.26
Hex 8 7C 71 5E 0 9 33 AE 58 1A
Octal 10 174 161 136 0 11 63 256 130 32
Binary 1000 1111100 1110001 1011110 0 1001 110011 10101110 1011000 11010

Color Harmonies of #087C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087C71

Black with #087C71

Text Example


Text Example

White with #087C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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