Html Css Color HEX #689489 Patina

📋 copy color: '#689489'

red 104 ◦ green 148 ◦ blue 137

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

Shades of Patina #689489

Tints of Patina #689489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 26.74%
G = 38.05%
B = 35.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#689489 (or 0x689489) is known color: Patina. HEX triplet: 68, 94 and 89. RGB value is (104,148,137). Sum of RGB (Red+Green+Blue) = 104+148+137=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #689489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689489 is #976B76. Grayscale: #858585. Windows color (decimal): -9923447 or 9016424. OLE color: 9016424.

HSL color Cylindrical-coordinate representation of color #689489: hue angle of 165º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689489 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 137 -
CMYK 0.30 0 0.07 0.42
HSL 165º 0.17% 0.49% -
HSV(B) 165º 0.3% 0.58% -
XYZ 20.81 25.93 27.57 -
YUV 133.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 104 148 137 0.30 0 0.07 0.42 165 0.17 0.49
Hex 68 94 89 1E 0 7 2A A5 11 31
Octal 150 224 211 36 0 7 52 245 21 61
Binary 1101000 10010100 10001001 11110 0 111 101010 10100101 10001 110001

Color Harmonies of #689489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689489

Black with #689489

Text Example


Text Example

White with #689489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689489; }

 p { color: rgb(104,148,137); }

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

background-color css

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

 a { background-color: rgb(104,148,137); }

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

border-color css

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

 span { border-color: rgb(104,148,137); }

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