Html Css Color HEX #087868 Pine Green

📋 copy color: '#087868'

red 8 ◦ green 120 ◦ blue 104

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

Shades of Pine Green #087868

Tints of Pine Green #087868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.72%

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 3.45%
G = 51.72%
B = 44.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#087868 (or 0x087868) is known color: Pine Green. HEX triplet: 08, 78 and 68. RGB value is (8,120,104). Sum of RGB (Red+Green+Blue) = 8+120+104=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #087868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087868 is #F78797. Grayscale: #545454. Windows color (decimal): -16222104 or 6846472. OLE color: 6846472.

HSL color Cylindrical-coordinate representation of color #087868: hue angle of 171.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087868 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 120 104 -
CMYK 0.93 0 0.13 0.53
HSL 171.43º 0.88% 0.25% -
HSV(B) 171.43º 0.93% 0.47% -
XYZ 9.32 14.48 15.4 -
YUV 84.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 8 120 104 0.93 0 0.13 0.53 171.43 0.88 0.25
Hex 8 78 68 5D 0 D 35 AB 58 19
Octal 10 170 150 135 0 15 65 253 130 31
Binary 1000 1111000 1101000 1011101 0 1101 110101 10101011 1011000 11001

Color Harmonies of #087868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087868

Black with #087868

Text Example


Text Example

White with #087868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087868; }

 p { color: rgb(8,120,104); }

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

background-color css

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

 a { background-color: rgb(8,120,104); }

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

border-color css

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

 span { border-color: rgb(8,120,104); }

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