Html Css Color HEX #689287 Patina

📋 copy color: '#689287'

red 104 ◦ green 146 ◦ blue 135

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

Shades of Patina #689287

Tints of Patina #689287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 27.01%
G = 37.92%
B = 35.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#689287 (or 0x689287) is known color: Patina. HEX triplet: 68, 92 and 87. RGB value is (104,146,135). Sum of RGB (Red+Green+Blue) = 104+146+135=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #689287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689287 is #976D78. Grayscale: #848484. Windows color (decimal): -9923961 or 8884840. OLE color: 8884840.

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

Color convert

RGB 104 146 135 -
CMYK 0.29 0 0.08 0.43
HSL 164.29º 0.17% 0.49% -
HSV(B) 164.29º 0.29% 0.57% -
XYZ 20.36 25.25 26.72 -
YUV 132.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 104 146 135 0.29 0 0.08 0.43 164.29 0.17 0.49
Hex 68 92 87 1D 0 8 2B A4 11 31
Octal 150 222 207 35 0 10 53 244 21 61
Binary 1101000 10010010 10000111 11101 0 1000 101011 10100100 10001 110001

Color Harmonies of #689287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689287

Black with #689287

Text Example


Text Example

White with #689287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689287; }

 p { color: rgb(104,146,135); }

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

background-color css

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

 a { background-color: rgb(104,146,135); }

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

border-color css

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

 span { border-color: rgb(104,146,135); }

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