Html Css Color HEX #689687 Patina

📋 copy color: '#689687'

red 104 ◦ green 150 ◦ blue 135

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

Shades of Patina #689687

Tints of Patina #689687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 135 (53.13% from 255) = 34.7%

R = 26.74%
G = 38.56%
B = 34.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#689687 (or 0x689687) is known color: Patina. HEX triplet: 68, 96 and 87. RGB value is (104,150,135). Sum of RGB (Red+Green+Blue) = 104+150+135=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #689687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689687 is #976978. Grayscale: #868686. Windows color (decimal): -9922937 or 8885864. OLE color: 8885864.

HSL color Cylindrical-coordinate representation of color #689687: hue angle of 160.43º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689687 is Cyan = 0.31, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 135 -
CMYK 0.31 0 0.1 0.41
HSL 160.43º 0.18% 0.5% -
HSV(B) 160.43º 0.31% 0.59% -
XYZ 20.99 26.51 26.93 -
YUV 134.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 104 150 135 0.31 0 0.1 0.41 160.43 0.18 0.5
Hex 68 96 87 1F 0 A 29 A0 12 32
Octal 150 226 207 37 0 12 51 240 22 62
Binary 1101000 10010110 10000111 11111 0 1010 101001 10100000 10010 110010

Color Harmonies of #689687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689687

Black with #689687

Text Example


Text Example

White with #689687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689687; }

 p { color: rgb(104,150,135); }

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

background-color css

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

 a { background-color: rgb(104,150,135); }

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

border-color css

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

 span { border-color: rgb(104,150,135); }

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