Html Css Color HEX #087A69 Pine Green

📋 copy color: '#087A69'

red 8 ◦ green 122 ◦ blue 105

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

Shades of Pine Green #087A69

Tints of Pine Green #087A69

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.91%

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 3.4%
G = 51.91%
B = 44.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#087A69 (or 0x087A69) is known color: Pine Green. HEX triplet: 08, 7A and 69. RGB value is (8,122,105). Sum of RGB (Red+Green+Blue) = 8+122+105=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #087A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A69 is #F78596. Grayscale: #555555. Windows color (decimal): -16221591 or 6912520. OLE color: 6912520.

HSL color Cylindrical-coordinate representation of color #087A69: hue angle of 171.05º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A69 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 122 105 -
CMYK 0.93 0 0.14 0.52
HSL 171.05º 0.88% 0.25% -
HSV(B) 171.05º 0.93% 0.48% -
XYZ 9.61 14.99 15.75 -
YUV 85.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 8 122 105 0.93 0 0.14 0.52 171.05 0.88 0.25
Hex 8 7A 69 5D 0 E 34 AB 58 19
Octal 10 172 151 135 0 16 64 253 130 31
Binary 1000 1111010 1101001 1011101 0 1110 110100 10101011 1011000 11001

Color Harmonies of #087A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A69

Black with #087A69

Text Example


Text Example

White with #087A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,105); }

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

background-color css

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

 a { background-color: rgb(8,122,105); }

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

border-color css

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

 span { border-color: rgb(8,122,105); }

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