Html Css Color HEX #688A7A Patina

📋 copy color: '#688A7A'

red 104 ◦ green 138 ◦ blue 122

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

Shades of Patina #688A7A

Tints of Patina #688A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 28.57%
G = 37.91%
B = 33.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#688A7A (or 0x688A7A) is known color: Patina. HEX triplet: 68, 8A and 7A. RGB value is (104,138,122). Sum of RGB (Red+Green+Blue) = 104+138+122=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #688A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A7A is #977585. Grayscale: #7E7E7E. Windows color (decimal): -9926022 or 8030824. OLE color: 8030824.

HSL color Cylindrical-coordinate representation of color #688A7A: hue angle of 151.76º 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 #688A7A is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 122 -
CMYK 0.25 0 0.12 0.46
HSL 151.76º 0.14% 0.47% -
HSV(B) 151.76º 0.25% 0.54% -
XYZ 18.31 22.53 21.8 -
YUV 126.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 104 138 122 0.25 0 0.12 0.46 151.76 0.14 0.47
Hex 68 8A 7A 19 0 C 2E 98 E 2F
Octal 150 212 172 31 0 14 56 230 16 57
Binary 1101000 10001010 1111010 11001 0 1100 101110 10011000 1110 101111

Color Harmonies of #688A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A7A

Black with #688A7A

Text Example


Text Example

White with #688A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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