Html Css Color HEX #6D8A7C Patina

📋 copy color: '#6D8A7C'

red 109 ◦ green 138 ◦ blue 124

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

Shades of Patina #6D8A7C

Tints of Patina #6D8A7C

RGB

 RED value IS 109 (42.97% from 255) = 29.38%

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 29.38%
G = 37.2%
B = 33.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#6D8A7C (or 0x6D8A7C) is known color: Patina. HEX triplet: 6D, 8A and 7C. RGB value is (109,138,124). Sum of RGB (Red+Green+Blue) = 109+138+124=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A7C is #927583. Grayscale: #7F7F7F. Windows color (decimal): -9598340 or 8161901. OLE color: 8161901.

HSL color Cylindrical-coordinate representation of color #6D8A7C: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D8A7C is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 138 124 -
CMYK 0.21 0 0.10 0.46
HSL 151.03º 0.12% 0.48% -
HSV(B) 151.03º 0.21% 0.54% -
XYZ 19.03 22.88 22.48 -
YUV 127.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 109 138 124 0.21 0 0.10 0.46 151.03 0.12 0.48
Hex 6D 8A 7C 15 0 A 2E 97 C 30
Octal 155 212 174 25 0 12 56 227 14 60
Binary 1101101 10001010 1111100 10101 0 1010 101110 10010111 1100 110000

Color Harmonies of #6D8A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8A7C

Black with #6D8A7C

Text Example


Text Example

White with #6D8A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,138,124); }

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

background-color css

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

 a { background-color: rgb(109,138,124); }

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

border-color css

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

 span { border-color: rgb(109,138,124); }

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