Html Css Color HEX #688D7C Patina

📋 copy color: '#688D7C'

red 104 ◦ green 141 ◦ blue 124

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

Shades of Patina #688D7C

Tints of Patina #688D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

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

R = 28.18%
G = 38.21%
B = 33.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#688D7C (or 0x688D7C) is known color: Patina. HEX triplet: 68, 8D and 7C. RGB value is (104,141,124). Sum of RGB (Red+Green+Blue) = 104+141+124=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #688D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D7C is #977283. Grayscale: #808080. Windows color (decimal): -9925252 or 8162664. OLE color: 8162664.

HSL color Cylindrical-coordinate representation of color #688D7C: hue angle of 152.43º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688D7C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 141 124 -
CMYK 0.26 0 0.12 0.45
HSL 152.43º 0.15% 0.48% -
HSV(B) 152.43º 0.26% 0.55% -
XYZ 18.87 23.45 22.6 -
YUV 128 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 104 141 124 0.26 0 0.12 0.45 152.43 0.15 0.48
Hex 68 8D 7C 1A 0 C 2D 98 F 30
Octal 150 215 174 32 0 14 55 230 17 60
Binary 1101000 10001101 1111100 11010 0 1100 101101 10011000 1111 110000

Color Harmonies of #688D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D7C

Black with #688D7C

Text Example


Text Example

White with #688D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688D7C; }

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

 H1.HeaderClassName
 {
   color: #688D7C;
 }
 .AnyTagClassName
 {
   color: #688D7C;
 }
</style>

background-color css

<style>
 a { background-color: #688D7C; }

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

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

border-color css

<style>
 span { border-color: #688D7C; }

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

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