Html Css Color HEX #689084 Patina

📋 copy color: '#689084'

red 104 ◦ green 144 ◦ blue 132

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

Shades of Patina #689084

Tints of Patina #689084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 27.37%
G = 37.89%
B = 34.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#689084 (or 0x689084) is known color: Patina. HEX triplet: 68, 90 and 84. RGB value is (104,144,132). Sum of RGB (Red+Green+Blue) = 104+144+132=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #689084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689084 is #976F7B. Grayscale: #828282. Windows color (decimal): -9924476 or 8687720. OLE color: 8687720.

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

Color convert

RGB 104 144 132 -
CMYK 0.28 0 0.08 0.44
HSL 162º 0.16% 0.49% -
HSV(B) 162º 0.28% 0.56% -
XYZ 19.85 24.56 25.52 -
YUV 130.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 104 144 132 0.28 0 0.08 0.44 162 0.16 0.49
Hex 68 90 84 1C 0 8 2C A2 10 31
Octal 150 220 204 34 0 10 54 242 20 61
Binary 1101000 10010000 10000100 11100 0 1000 101100 10100010 10000 110001

Color Harmonies of #689084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689084

Black with #689084

Text Example


Text Example

White with #689084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689084; }

 p { color: rgb(104,144,132); }

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

background-color css

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

 a { background-color: rgb(104,144,132); }

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

border-color css

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

 span { border-color: rgb(104,144,132); }

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