Html Css Color HEX #087772 Pine Green

📋 copy color: '#087772'

red 8 ◦ green 119 ◦ blue 114

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

Shades of Pine Green #087772

Tints of Pine Green #087772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

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

R = 3.32%
G = 49.38%
B = 47.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#087772 (or 0x087772) is known color: Pine Green. HEX triplet: 08, 77 and 72. RGB value is (8,119,114). Sum of RGB (Red+Green+Blue) = 8+119+114=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #087772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087772 is #F7888D. Grayscale: #555555. Windows color (decimal): -16222350 or 7501576. OLE color: 7501576.

HSL color Cylindrical-coordinate representation of color #087772: hue angle of 177.3º degrees, saturation: 0.87, 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 #087772 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 119 114 -
CMYK 0.93 0 0.04 0.53
HSL 177.3º 0.87% 0.25% -
HSV(B) 177.3º 0.93% 0.47% -
XYZ 9.73 14.46 18.2 -
YUV 85.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 8 119 114 0.93 0 0.04 0.53 177.3 0.87 0.25
Hex 8 77 72 5D 0 4 35 B1 57 19
Octal 10 167 162 135 0 4 65 261 127 31
Binary 1000 1110111 1110010 1011101 0 100 110101 10110001 1010111 11001

Color Harmonies of #087772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087772

Black with #087772

Text Example


Text Example

White with #087772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087772; }

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

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

background-color css

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

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

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

border-color css

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

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

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