Html Css Color HEX #689688 Patina

📋 copy color: '#689688'

red 104 ◦ green 150 ◦ blue 136

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

Shades of Patina #689688

Tints of Patina #689688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 26.67%
G = 38.46%
B = 34.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#689688 (or 0x689688) is known color: Patina. HEX triplet: 68, 96 and 88. RGB value is (104,150,136). Sum of RGB (Red+Green+Blue) = 104+150+136=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #689688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689688 is #976977. Grayscale: #868686. Windows color (decimal): -9922936 or 8951400. OLE color: 8951400.

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

Color convert

RGB 104 150 136 -
CMYK 0.31 0 0.09 0.41
HSL 161.74º 0.18% 0.5% -
HSV(B) 161.74º 0.31% 0.59% -
XYZ 21.06 26.53 27.3 -
YUV 134.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 104 150 136 0.31 0 0.09 0.41 161.74 0.18 0.5
Hex 68 96 88 1F 0 9 29 A2 12 32
Octal 150 226 210 37 0 11 51 242 22 62
Binary 1101000 10010110 10001000 11111 0 1001 101001 10100010 10010 110010

Color Harmonies of #689688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689688

Black with #689688

Text Example


Text Example

White with #689688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689688; }

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

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

background-color css

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

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

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

border-color css

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

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

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