Html Css Color HEX #689482 Patina

📋 copy color: '#689482'

red 104 ◦ green 148 ◦ blue 130

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

Shades of Patina #689482

Tints of Patina #689482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 27.23%
G = 38.74%
B = 34.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#689482 (or 0x689482) is known color: Patina. HEX triplet: 68, 94 and 82. RGB value is (104,148,130). Sum of RGB (Red+Green+Blue) = 104+148+130=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #689482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689482 is #976B7D. Grayscale: #848484. Windows color (decimal): -9923454 or 8557672. OLE color: 8557672.

HSL color Cylindrical-coordinate representation of color #689482: hue angle of 155.45º 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 #689482 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 130 -
CMYK 0.30 0 0.12 0.42
HSL 155.45º 0.17% 0.49% -
HSV(B) 155.45º 0.3% 0.58% -
XYZ 20.33 25.73 25.01 -
YUV 132.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 104 148 130 0.30 0 0.12 0.42 155.45 0.17 0.49
Hex 68 94 82 1E 0 C 2A 9B 11 31
Octal 150 224 202 36 0 14 52 233 21 61
Binary 1101000 10010100 10000010 11110 0 1100 101010 10011011 10001 110001

Color Harmonies of #689482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689482

Black with #689482

Text Example


Text Example

White with #689482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689482; }

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

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

background-color css

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

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

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

border-color css

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

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

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