Html Css Color HEX #689180 Patina

📋 copy color: '#689180'

red 104 ◦ green 145 ◦ blue 128

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

Shades of Patina #689180

Tints of Patina #689180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 27.59%
G = 38.46%
B = 33.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#689180 (or 0x689180) is known color: Patina. HEX triplet: 68, 91 and 80. RGB value is (104,145,128). Sum of RGB (Red+Green+Blue) = 104+145+128=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #689180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689180 is #976E7F. Grayscale: #828282. Windows color (decimal): -9924224 or 8425832. OLE color: 8425832.

HSL color Cylindrical-coordinate representation of color #689180: hue angle of 155.12º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689180 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 128 -
CMYK 0.28 0 0.12 0.43
HSL 155.12º 0.16% 0.49% -
HSV(B) 155.12º 0.28% 0.57% -
XYZ 19.73 24.75 24.16 -
YUV 130.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 104 145 128 0.28 0 0.12 0.43 155.12 0.16 0.49
Hex 68 91 80 1C 0 C 2B 9B 10 31
Octal 150 221 200 34 0 14 53 233 20 61
Binary 1101000 10010001 10000000 11100 0 1100 101011 10011011 10000 110001

Color Harmonies of #689180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689180

Black with #689180

Text Example


Text Example

White with #689180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689180; }

 p { color: rgb(104,145,128); }

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

background-color css

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

 a { background-color: rgb(104,145,128); }

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

border-color css

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

 span { border-color: rgb(104,145,128); }

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