Html Css Color HEX #087A6B Pine Green

📋 copy color: '#087A6B'

red 8 ◦ green 122 ◦ blue 107

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

Shades of Pine Green #087A6B

Tints of Pine Green #087A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 3.38%
G = 51.48%
B = 45.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#087A6B (or 0x087A6B) is known color: Pine Green. HEX triplet: 08, 7A and 6B. RGB value is (8,122,107). Sum of RGB (Red+Green+Blue) = 8+122+107=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #087A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A6B is #F78594. Grayscale: #565656. Windows color (decimal): -16221589 or 7043592. OLE color: 7043592.

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

Color convert

RGB 8 122 107 -
CMYK 0.93 0 0.12 0.52
HSL 172.11º 0.88% 0.25% -
HSV(B) 172.11º 0.93% 0.48% -
XYZ 9.71 15.03 16.3 -
YUV 86.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 8 122 107 0.93 0 0.12 0.52 172.11 0.88 0.25
Hex 8 7A 6B 5D 0 C 34 AC 58 19
Octal 10 172 153 135 0 14 64 254 130 31
Binary 1000 1111010 1101011 1011101 0 1100 110100 10101100 1011000 11001

Color Harmonies of #087A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A6B

Black with #087A6B

Text Example


Text Example

White with #087A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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