Html Css Color HEX #689D86 Patina

📋 copy color: '#689D86'

red 104 ◦ green 157 ◦ blue 134

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

Shades of Patina #689D86

Tints of Patina #689D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

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

R = 26.33%
G = 39.75%
B = 33.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#689D86 (or 0x689D86) is known color: Patina. HEX triplet: 68, 9D and 86. RGB value is (104,157,134). Sum of RGB (Red+Green+Blue) = 104+157+134=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #689D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D86 is #976279. Grayscale: #8A8A8A. Windows color (decimal): -9921146 or 8822120. OLE color: 8822120.

HSL color Cylindrical-coordinate representation of color #689D86: hue angle of 153.96º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D86 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 134 -
CMYK 0.34 0 0.15 0.38
HSL 153.96º 0.21% 0.51% -
HSV(B) 153.96º 0.34% 0.62% -
XYZ 22.07 28.78 26.95 -
YUV 138.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 104 157 134 0.34 0 0.15 0.38 153.96 0.21 0.51
Hex 68 9D 86 22 0 F 26 9A 15 33
Octal 150 235 206 42 0 17 46 232 25 63
Binary 1101000 10011101 10000110 100010 0 1111 100110 10011010 10101 110011

Color Harmonies of #689D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D86

Black with #689D86

Text Example


Text Example

White with #689D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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