Html Css Color HEX #087F6E Pine Green

📋 copy color: '#087F6E'

red 8 ◦ green 127 ◦ blue 110

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

Shades of Pine Green #087F6E

Tints of Pine Green #087F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 3.27%
G = 51.84%
B = 44.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#087F6E (or 0x087F6E) is known color: Pine Green. HEX triplet: 08, 7F and 6E. RGB value is (8,127,110). Sum of RGB (Red+Green+Blue) = 8+127+110=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #087F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F6E is #F78091. Grayscale: #595959. Windows color (decimal): -16220306 or 7241480. OLE color: 7241480.

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

Color convert

RGB 8 127 110 -
CMYK 0.94 0 0.13 0.50
HSL 171.43º 0.88% 0.26% -
HSV(B) 171.43º 0.94% 0.5% -
XYZ 10.5 16.36 17.36 -
YUV 89.48 139.58 69.88 -
System Red Green Blue C M Y K H S L
Decimal 8 127 110 0.94 0 0.13 0.50 171.43 0.88 0.26
Hex 8 7F 6E 5E 0 D 32 AB 58 1A
Octal 10 177 156 136 0 15 62 253 130 32
Binary 1000 1111111 1101110 1011110 0 1101 110010 10101011 1011000 11010

Color Harmonies of #087F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F6E

Black with #087F6E

Text Example


Text Example

White with #087F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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