Html Css Color HEX #689589 Patina

📋 copy color: '#689589'

red 104 ◦ green 149 ◦ blue 137

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

Shades of Patina #689589

Tints of Patina #689589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 26.67%
G = 38.21%
B = 35.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#689589 (or 0x689589) is known color: Patina. HEX triplet: 68, 95 and 89. RGB value is (104,149,137). Sum of RGB (Red+Green+Blue) = 104+149+137=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #689589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689589 is #976A76. Grayscale: #868686. Windows color (decimal): -9923191 or 9016680. OLE color: 9016680.

HSL color Cylindrical-coordinate representation of color #689589: hue angle of 164º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689589 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 137 -
CMYK 0.30 0 0.08 0.42
HSL 164º 0.18% 0.5% -
HSV(B) 164º 0.3% 0.58% -
XYZ 20.97 26.24 27.63 -
YUV 134.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 104 149 137 0.30 0 0.08 0.42 164 0.18 0.5
Hex 68 95 89 1E 0 8 2A A4 12 32
Octal 150 225 211 36 0 10 52 244 22 62
Binary 1101000 10010101 10001001 11110 0 1000 101010 10100100 10010 110010

Color Harmonies of #689589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689589

Black with #689589

Text Example


Text Example

White with #689589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689589; }

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

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

background-color css

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

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

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

border-color css

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

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

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