Html Css Color HEX #688982 Patina

📋 copy color: '#688982'

red 104 ◦ green 137 ◦ blue 130

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

Shades of Patina #688982

Tints of Patina #688982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 28.03%
G = 36.93%
B = 35.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#688982 (or 0x688982) is known color: Patina. HEX triplet: 68, 89 and 82. RGB value is (104,137,130). Sum of RGB (Red+Green+Blue) = 104+137+130=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #688982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688982 is #97767D. Grayscale: #7E7E7E. Windows color (decimal): -9926270 or 8554856. OLE color: 8554856.

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

Color convert

RGB 104 137 130 -
CMYK 0.24 0 0.05 0.46
HSL 167.27º 0.14% 0.47% -
HSV(B) 167.27º 0.24% 0.54% -
XYZ 18.68 22.45 24.47 -
YUV 126.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 104 137 130 0.24 0 0.05 0.46 167.27 0.14 0.47
Hex 68 89 82 18 0 5 2E A7 E 2F
Octal 150 211 202 30 0 5 56 247 16 57
Binary 1101000 10001001 10000010 11000 0 101 101110 10100111 1110 101111

Color Harmonies of #688982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688982

Black with #688982

Text Example


Text Example

White with #688982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688982; }

 p { color: rgb(104,137,130); }

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

background-color css

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

 a { background-color: rgb(104,137,130); }

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

border-color css

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

 span { border-color: rgb(104,137,130); }

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