Html Css Color HEX #087F69 Pine Green

📋 copy color: '#087F69'

red 8 ◦ green 127 ◦ blue 105

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

Shades of Pine Green #087F69

Tints of Pine Green #087F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 3.33%
G = 52.92%
B = 43.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#087F69 (or 0x087F69) is known color: Pine Green. HEX triplet: 08, 7F and 69. RGB value is (8,127,105). Sum of RGB (Red+Green+Blue) = 8+127+105=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #087F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F69 is #F78096. Grayscale: #585858. Windows color (decimal): -16220311 or 6913800. OLE color: 6913800.

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

Color convert

RGB 8 127 105 -
CMYK 0.94 0 0.17 0.50
HSL 168.91º 0.88% 0.26% -
HSV(B) 168.91º 0.94% 0.5% -
XYZ 10.24 16.25 15.96 -
YUV 88.91 137.08 70.29 -
System Red Green Blue C M Y K H S L
Decimal 8 127 105 0.94 0 0.17 0.50 168.91 0.88 0.26
Hex 8 7F 69 5E 0 11 32 A9 58 1A
Octal 10 177 151 136 0 21 62 251 130 32
Binary 1000 1111111 1101001 1011110 0 10001 110010 10101001 1011000 11010

Color Harmonies of #087F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F69

Black with #087F69

Text Example


Text Example

White with #087F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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