Html Css Color HEX #689980 Patina

📋 copy color: '#689980'

red 104 ◦ green 153 ◦ blue 128

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

Shades of Patina #689980

Tints of Patina #689980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

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

R = 27.01%
G = 39.74%
B = 33.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#689980 (or 0x689980) is known color: Patina. HEX triplet: 68, 99 and 80. RGB value is (104,153,128). Sum of RGB (Red+Green+Blue) = 104+153+128=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #689980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689980 is #97667F. Grayscale: #878787. Windows color (decimal): -9922176 or 8427880. OLE color: 8427880.

HSL color Cylindrical-coordinate representation of color #689980: hue angle of 149.39º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689980 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 128 -
CMYK 0.32 0 0.16 0.4
HSL 149.39º 0.19% 0.5% -
HSV(B) 149.39º 0.32% 0.6% -
XYZ 21 27.28 24.58 -
YUV 135.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 104 153 128 0.32 0 0.16 0.4 149.39 0.19 0.5
Hex 68 99 80 20 0 10 28 95 13 32
Octal 150 231 200 40 0 20 50 225 23 62
Binary 1101000 10011001 10000000 100000 0 10000 101000 10010101 10011 110010

Color Harmonies of #689980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689980

Black with #689980

Text Example


Text Example

White with #689980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689980; }

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

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

background-color css

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

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

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

border-color css

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

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

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