Html Css Color HEX #087D6B Pine Green

📋 copy color: '#087D6B'

red 8 ◦ green 125 ◦ blue 107

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

Shades of Pine Green #087D6B

Tints of Pine Green #087D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 3.33%
G = 52.08%
B = 44.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#087D6B (or 0x087D6B) is known color: Pine Green. HEX triplet: 08, 7D and 6B. RGB value is (8,125,107). Sum of RGB (Red+Green+Blue) = 8+125+107=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #087D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087D6B is #F78294. Grayscale: #575757. Windows color (decimal): -16220821 or 7044360. OLE color: 7044360.

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

Color convert

RGB 8 125 107 -
CMYK 0.94 0 0.14 0.51
HSL 170.77º 0.88% 0.26% -
HSV(B) 170.77º 0.94% 0.49% -
XYZ 10.09 15.78 16.42 -
YUV 87.97 138.74 70.96 -
System Red Green Blue C M Y K H S L
Decimal 8 125 107 0.94 0 0.14 0.51 170.77 0.88 0.26
Hex 8 7D 6B 5E 0 E 33 AB 58 1A
Octal 10 175 153 136 0 16 63 253 130 32
Binary 1000 1111101 1101011 1011110 0 1110 110011 10101011 1011000 11010

Color Harmonies of #087D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D6B

Black with #087D6B

Text Example


Text Example

White with #087D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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