Html Css Color HEX #689389 Patina

📋 copy color: '#689389'

red 104 ◦ green 147 ◦ blue 137

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

Shades of Patina #689389

Tints of Patina #689389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

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

R = 26.8%
G = 37.89%
B = 35.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#689389 (or 0x689389) is known color: Patina. HEX triplet: 68, 93 and 89. RGB value is (104,147,137). Sum of RGB (Red+Green+Blue) = 104+147+137=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #689389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689389 is #976C76. Grayscale: #858585. Windows color (decimal): -9923703 or 9016168. OLE color: 9016168.

HSL color Cylindrical-coordinate representation of color #689389: hue angle of 166.05º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689389 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 137 -
CMYK 0.29 0 0.07 0.42
HSL 166.05º 0.17% 0.49% -
HSV(B) 166.05º 0.29% 0.58% -
XYZ 20.66 25.62 27.52 -
YUV 133 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 104 147 137 0.29 0 0.07 0.42 166.05 0.17 0.49
Hex 68 93 89 1D 0 7 2A A6 11 31
Octal 150 223 211 35 0 7 52 246 21 61
Binary 1101000 10010011 10001001 11101 0 111 101010 10100110 10001 110001

Color Harmonies of #689389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689389

Black with #689389

Text Example


Text Example

White with #689389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689389; }

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

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

background-color css

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

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

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

border-color css

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

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

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