Html Css Color HEX #688A7C Patina

📋 copy color: '#688A7C'

red 104 ◦ green 138 ◦ blue 124

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

Shades of Patina #688A7C

Tints of Patina #688A7C

RGB

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

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

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

R = 28.42%
G = 37.7%
B = 33.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#688A7C (or 0x688A7C) is known color: Patina. HEX triplet: 68, 8A and 7C. RGB value is (104,138,124). Sum of RGB (Red+Green+Blue) = 104+138+124=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #688A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A7C is #977583. Grayscale: #7E7E7E. Windows color (decimal): -9926020 or 8161896. OLE color: 8161896.

HSL color Cylindrical-coordinate representation of color #688A7C: hue angle of 155.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A7C is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 124 -
CMYK 0.25 0 0.10 0.46
HSL 155.29º 0.14% 0.47% -
HSV(B) 155.29º 0.25% 0.54% -
XYZ 18.44 22.58 22.45 -
YUV 126.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 104 138 124 0.25 0 0.10 0.46 155.29 0.14 0.47
Hex 68 8A 7C 19 0 A 2E 9B E 2F
Octal 150 212 174 31 0 12 56 233 16 57
Binary 1101000 10001010 1111100 11001 0 1010 101110 10011011 1110 101111

Color Harmonies of #688A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A7C

Black with #688A7C

Text Example


Text Example

White with #688A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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