Html Css Color HEX #6C8A7C Patina

📋 copy color: '#6C8A7C'

red 108 ◦ green 138 ◦ blue 124

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

Shades of Patina #6C8A7C

Tints of Patina #6C8A7C

RGB

 RED value IS 108 (42.58% from 255) = 29.19%

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

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

R = 29.19%
G = 37.3%
B = 33.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#6C8A7C (or 0x6C8A7C) is known color: Patina. HEX triplet: 6C, 8A and 7C. RGB value is (108,138,124). Sum of RGB (Red+Green+Blue) = 108+138+124=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8A7C is #937583. Grayscale: #7F7F7F. Windows color (decimal): -9663876 or 8161900. OLE color: 8161900.

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

Color convert

RGB 108 138 124 -
CMYK 0.22 0 0.10 0.46
HSL 152º 0.12% 0.48% -
HSV(B) 152º 0.22% 0.54% -
XYZ 18.91 22.82 22.48 -
YUV 127.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 108 138 124 0.22 0 0.10 0.46 152 0.12 0.48
Hex 6C 8A 7C 16 0 A 2E 98 C 30
Octal 154 212 174 26 0 12 56 230 14 60
Binary 1101100 10001010 1111100 10110 0 1010 101110 10011000 1100 110000

Color Harmonies of #6C8A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8A7C

Black with #6C8A7C

Text Example


Text Example

White with #6C8A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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