Html Css Color HEX #6E8E82 Patina

📋 copy color: '#6E8E82'

red 110 ◦ green 142 ◦ blue 130

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

Shades of Patina #6E8E82

Tints of Patina #6E8E82

RGB

 RED value IS 110 (43.36% from 255) = 28.8%

 GREEN value IS 142 (55.86% from 255) = 37.17%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 28.8%
G = 37.17%
B = 34.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#6E8E82 (or 0x6E8E82) is known color: Patina. HEX triplet: 6E, 8E and 82. RGB value is (110,142,130). Sum of RGB (Red+Green+Blue) = 110+142+130=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8E82 is #91717D. Grayscale: #838383. Windows color (decimal): -9531774 or 8556142. OLE color: 8556142.

HSL color Cylindrical-coordinate representation of color #6E8E82: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8E82 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 142 130 -
CMYK 0.23 0 0.08 0.44
HSL 157.5º 0.13% 0.49% -
HSV(B) 157.5º 0.23% 0.56% -
XYZ 20.13 24.27 24.74 -
YUV 131.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 110 142 130 0.23 0 0.08 0.44 157.5 0.13 0.49
Hex 6E 8E 82 17 0 8 2C 9E D 31
Octal 156 216 202 27 0 10 54 236 15 61
Binary 1101110 10001110 10000010 10111 0 1000 101100 10011110 1101 110001

Color Harmonies of #6E8E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8E82

Black with #6E8E82

Text Example


Text Example

White with #6E8E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8E82; }

 p { color: rgb(110,142,130); }

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

background-color css

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

 a { background-color: rgb(110,142,130); }

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

border-color css

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

 span { border-color: rgb(110,142,130); }

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