Html Css Color HEX #688880 Patina

📋 copy color: '#688880'

red 104 ◦ green 136 ◦ blue 128

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

Shades of Patina #688880

Tints of Patina #688880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 28.26%
G = 36.96%
B = 34.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#688880 (or 0x688880) is known color: Patina. HEX triplet: 68, 88 and 80. RGB value is (104,136,128). Sum of RGB (Red+Green+Blue) = 104+136+128=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #688880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688880 is #97777F. Grayscale: #7D7D7D. Windows color (decimal): -9926528 or 8423528. OLE color: 8423528.

HSL color Cylindrical-coordinate representation of color #688880: hue angle of 165º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688880 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 136 128 -
CMYK 0.24 0 0.06 0.47
HSL 165º 0.13% 0.47% -
HSV(B) 165º 0.24% 0.53% -
XYZ 18.41 22.11 23.72 -
YUV 125.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 104 136 128 0.24 0 0.06 0.47 165 0.13 0.47
Hex 68 88 80 18 0 6 2F A5 D 2F
Octal 150 210 200 30 0 6 57 245 15 57
Binary 1101000 10001000 10000000 11000 0 110 101111 10100101 1101 101111

Color Harmonies of #688880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688880

Black with #688880

Text Example


Text Example

White with #688880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688880; }

 p { color: rgb(104,136,128); }

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

background-color css

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

 a { background-color: rgb(104,136,128); }

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

border-color css

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

 span { border-color: rgb(104,136,128); }

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