Html Css Color HEX #087F74 Pine Green

📋 copy color: '#087F74'

red 8 ◦ green 127 ◦ blue 116

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

Shades of Pine Green #087F74

Tints of Pine Green #087F74

RGB

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

 GREEN value IS 127 (50% from 255) = 50.6%

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 3.19%
G = 50.6%
B = 46.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#087F74 (or 0x087F74) is known color: Pine Green. HEX triplet: 08, 7F and 74. RGB value is (8,127,116). Sum of RGB (Red+Green+Blue) = 8+127+116=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #087F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F74 is #F7808B. Grayscale: #5A5A5A. Windows color (decimal): -16220300 or 7634696. OLE color: 7634696.

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

Color convert

RGB 8 127 116 -
CMYK 0.94 0 0.09 0.50
HSL 174.45º 0.88% 0.26% -
HSV(B) 174.45º 0.94% 0.5% -
XYZ 10.84 16.49 19.13 -
YUV 90.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 8 127 116 0.94 0 0.09 0.50 174.45 0.88 0.26
Hex 8 7F 74 5E 0 9 32 AE 58 1A
Octal 10 177 164 136 0 11 62 256 130 32
Binary 1000 1111111 1110100 1011110 0 1001 110010 10101110 1011000 11010

Color Harmonies of #087F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F74

Black with #087F74

Text Example


Text Example

White with #087F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,127,116); }

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

background-color css

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

 a { background-color: rgb(8,127,116); }

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

border-color css

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

 span { border-color: rgb(8,127,116); }

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