Html Css Color HEX #087A6C Pine Green

📋 copy color: '#087A6C'

red 8 ◦ green 122 ◦ blue 108

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

Shades of Pine Green #087A6C

Tints of Pine Green #087A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.38%

R = 3.36%
G = 51.26%
B = 45.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#087A6C (or 0x087A6C) is known color: Pine Green. HEX triplet: 08, 7A and 6C. RGB value is (8,122,108). Sum of RGB (Red+Green+Blue) = 8+122+108=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #087A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A6C is #F78593. Grayscale: #565656. Windows color (decimal): -16221588 or 7109128. OLE color: 7109128.

HSL color Cylindrical-coordinate representation of color #087A6C: hue angle of 172.63º 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 #087A6C is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 122 108 -
CMYK 0.93 0 0.11 0.52
HSL 172.63º 0.88% 0.25% -
HSV(B) 172.63º 0.93% 0.48% -
XYZ 9.77 15.05 16.58 -
YUV 86.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 8 122 108 0.93 0 0.11 0.52 172.63 0.88 0.25
Hex 8 7A 6C 5D 0 B 34 AD 58 19
Octal 10 172 154 135 0 13 64 255 130 31
Binary 1000 1111010 1101100 1011101 0 1011 110100 10101101 1011000 11001

Color Harmonies of #087A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A6C

Black with #087A6C

Text Example


Text Example

White with #087A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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