Html Css Color HEX #689C82 Patina

📋 copy color: '#689C82'

red 104 ◦ green 156 ◦ blue 130

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

Shades of Patina #689C82

Tints of Patina #689C82

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40%

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

R = 26.67%
G = 40%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#689C82 (or 0x689C82) is known color: Patina. HEX triplet: 68, 9C and 82. RGB value is (104,156,130). Sum of RGB (Red+Green+Blue) = 104+156+130=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #689C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C82 is #97637D. Grayscale: #898989. Windows color (decimal): -9921406 or 8559720. OLE color: 8559720.

HSL color Cylindrical-coordinate representation of color #689C82: hue angle of 150º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C82 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 156 130 -
CMYK 0.33 0 0.17 0.39
HSL 150º 0.21% 0.51% -
HSV(B) 150º 0.33% 0.61% -
XYZ 21.63 28.33 25.45 -
YUV 137.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 104 156 130 0.33 0 0.17 0.39 150 0.21 0.51
Hex 68 9C 82 21 0 11 27 96 15 33
Octal 150 234 202 41 0 21 47 226 25 63
Binary 1101000 10011100 10000010 100001 0 10001 100111 10010110 10101 110011

Color Harmonies of #689C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689C82

Black with #689C82

Text Example


Text Example

White with #689C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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