Html Css Color HEX #689386 Patina

📋 copy color: '#689386'

red 104 ◦ green 147 ◦ blue 134

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

Shades of Patina #689386

Tints of Patina #689386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 27.01%
G = 38.18%
B = 34.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#689386 (or 0x689386) is known color: Patina. HEX triplet: 68, 93 and 86. RGB value is (104,147,134). Sum of RGB (Red+Green+Blue) = 104+147+134=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #689386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689386 is #976C79. Grayscale: #848484. Windows color (decimal): -9923706 or 8819560. OLE color: 8819560.

HSL color Cylindrical-coordinate representation of color #689386: hue angle of 161.86º 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 #689386 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 134 -
CMYK 0.29 0 0.09 0.42
HSL 161.86º 0.17% 0.49% -
HSV(B) 161.86º 0.29% 0.58% -
XYZ 20.45 25.53 26.4 -
YUV 132.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 104 147 134 0.29 0 0.09 0.42 161.86 0.17 0.49
Hex 68 93 86 1D 0 9 2A A2 11 31
Octal 150 223 206 35 0 11 52 242 21 61
Binary 1101000 10010011 10000110 11101 0 1001 101010 10100010 10001 110001

Color Harmonies of #689386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689386

Black with #689386

Text Example


Text Example

White with #689386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689386; }

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

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

background-color css

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

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

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

border-color css

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

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

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