Html Css Color HEX #087672 Pine Green

📋 copy color: '#087672'

red 8 ◦ green 118 ◦ blue 114

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

Shades of Pine Green #087672

Tints of Pine Green #087672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 3.33%
G = 49.17%
B = 47.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#087672 (or 0x087672) is known color: Pine Green. HEX triplet: 08, 76 and 72. RGB value is (8,118,114). Sum of RGB (Red+Green+Blue) = 8+118+114=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #087672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087672 is #F7898D. Grayscale: #545454. Windows color (decimal): -16222606 or 7501320. OLE color: 7501320.

HSL color Cylindrical-coordinate representation of color #087672: hue angle of 177.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087672 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 118 114 -
CMYK 0.93 0 0.03 0.54
HSL 177.82º 0.87% 0.25% -
HSV(B) 177.82º 0.93% 0.46% -
XYZ 9.62 14.22 18.16 -
YUV 84.65 144.56 73.33 -
System Red Green Blue C M Y K H S L
Decimal 8 118 114 0.93 0 0.03 0.54 177.82 0.87 0.25
Hex 8 76 72 5D 0 3 36 B2 57 19
Octal 10 166 162 135 0 3 66 262 127 31
Binary 1000 1110110 1110010 1011101 0 11 110110 10110010 1010111 11001

Color Harmonies of #087672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087672

Black with #087672

Text Example


Text Example

White with #087672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087672; }

 p { color: rgb(8,118,114); }

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

background-color css

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

 a { background-color: rgb(8,118,114); }

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

border-color css

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

 span { border-color: rgb(8,118,114); }

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