Html Css Color HEX #68847C Patina

📋 copy color: '#68847C'

red 104 ◦ green 132 ◦ blue 124

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

Shades of Patina #68847C

Tints of Patina #68847C

RGB

 RED value IS 104 (41.02% from 255) = 28.89%

 GREEN value IS 132 (51.95% from 255) = 36.67%

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

R = 28.89%
G = 36.67%
B = 34.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#68847C (or 0x68847C) is known color: Patina. HEX triplet: 68, 84 and 7C. RGB value is (104,132,124). Sum of RGB (Red+Green+Blue) = 104+132+124=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #68847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847C is #977B83. Grayscale: #7A7A7A. Windows color (decimal): -9927556 or 8160360. OLE color: 8160360.

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

Color convert

RGB 104 132 124 -
CMYK 0.21 0 0.06 0.48
HSL 162.86º 0.12% 0.46% -
HSV(B) 162.86º 0.21% 0.52% -
XYZ 17.6 20.9 22.18 -
YUV 122.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 104 132 124 0.21 0 0.06 0.48 162.86 0.12 0.46
Hex 68 84 7C 15 0 6 30 A3 C 2E
Octal 150 204 174 25 0 6 60 243 14 56
Binary 1101000 10000100 1111100 10101 0 110 110000 10100011 1100 101110

Color Harmonies of #68847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68847C

Black with #68847C

Text Example


Text Example

White with #68847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68847C; }

 p { color: rgb(104,132,124); }

 H1.HeaderClassName
 {
   color: #68847C;
 }
 .AnyTagClassName
 {
   color: #68847C;
 }
</style>

background-color css

<style>
 a { background-color: #68847C; }

 a { background-color: rgb(104,132,124); }

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

border-color css

<style>
 span { border-color: #68847C; }

 span { border-color: rgb(104,132,124); }

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