Html Css Color HEX #689D8A Patina

📋 copy color: '#689D8A'

red 104 ◦ green 157 ◦ blue 138

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

Shades of Patina #689D8A

Tints of Patina #689D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 26.07%
G = 39.35%
B = 34.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#689D8A (or 0x689D8A) is known color: Patina. HEX triplet: 68, 9D and 8A. RGB value is (104,157,138). Sum of RGB (Red+Green+Blue) = 104+157+138=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #689D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D8A is #976275. Grayscale: #8B8B8B. Windows color (decimal): -9921142 or 9084264. OLE color: 9084264.

HSL color Cylindrical-coordinate representation of color #689D8A: hue angle of 158.49º 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 #689D8A is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 138 -
CMYK 0.34 0 0.12 0.38
HSL 158.49º 0.21% 0.51% -
HSV(B) 158.49º 0.34% 0.62% -
XYZ 22.35 28.89 28.44 -
YUV 138.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 104 157 138 0.34 0 0.12 0.38 158.49 0.21 0.51
Hex 68 9D 8A 22 0 C 26 9E 15 33
Octal 150 235 212 42 0 14 46 236 25 63
Binary 1101000 10011101 10001010 100010 0 1100 100110 10011110 10101 110011

Color Harmonies of #689D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D8A

Black with #689D8A

Text Example


Text Example

White with #689D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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