Html Css Color HEX #689080 Patina

📋 copy color: '#689080'

red 104 ◦ green 144 ◦ blue 128

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

Shades of Patina #689080

Tints of Patina #689080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 27.66%
G = 38.3%
B = 34.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#689080 (or 0x689080) is known color: Patina. HEX triplet: 68, 90 and 80. RGB value is (104,144,128). Sum of RGB (Red+Green+Blue) = 104+144+128=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #689080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689080 is #976F7F. Grayscale: #828282. Windows color (decimal): -9924480 or 8425576. OLE color: 8425576.

HSL color Cylindrical-coordinate representation of color #689080: hue angle of 156º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689080 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 128 -
CMYK 0.28 0 0.11 0.44
HSL 156º 0.16% 0.49% -
HSV(B) 156º 0.28% 0.56% -
XYZ 19.58 24.45 24.11 -
YUV 130.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 104 144 128 0.28 0 0.11 0.44 156 0.16 0.49
Hex 68 90 80 1C 0 B 2C 9C 10 31
Octal 150 220 200 34 0 13 54 234 20 61
Binary 1101000 10010000 10000000 11100 0 1011 101100 10011100 10000 110001

Color Harmonies of #689080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689080

Black with #689080

Text Example


Text Example

White with #689080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689080; }

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

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

background-color css

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

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

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

border-color css

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

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

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