Html Css Color HEX #689182 Patina

📋 copy color: '#689182'

red 104 ◦ green 145 ◦ blue 130

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

Shades of Patina #689182

Tints of Patina #689182

RGB

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

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

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

R = 27.44%
G = 38.26%
B = 34.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#689182 (or 0x689182) is known color: Patina. HEX triplet: 68, 91 and 82. RGB value is (104,145,130). Sum of RGB (Red+Green+Blue) = 104+145+130=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #689182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689182 is #976E7D. Grayscale: #838383. Windows color (decimal): -9924222 or 8556904. OLE color: 8556904.

HSL color Cylindrical-coordinate representation of color #689182: hue angle of 158.05º 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 #689182 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 130 -
CMYK 0.28 0 0.10 0.43
HSL 158.05º 0.16% 0.49% -
HSV(B) 158.05º 0.28% 0.57% -
XYZ 19.86 24.81 24.86 -
YUV 131.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 104 145 130 0.28 0 0.10 0.43 158.05 0.16 0.49
Hex 68 91 82 1C 0 A 2B 9E 10 31
Octal 150 221 202 34 0 12 53 236 20 61
Binary 1101000 10010001 10000010 11100 0 1010 101011 10011110 10000 110001

Color Harmonies of #689182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689182

Black with #689182

Text Example


Text Example

White with #689182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689182; }

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

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

background-color css

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

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

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

border-color css

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

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

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