Html Css Color HEX #689388 Patina

📋 copy color: '#689388'

red 104 ◦ green 147 ◦ blue 136

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

Shades of Patina #689388

Tints of Patina #689388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 26.87%
G = 37.98%
B = 35.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#689388 (or 0x689388) is known color: Patina. HEX triplet: 68, 93 and 88. RGB value is (104,147,136). Sum of RGB (Red+Green+Blue) = 104+147+136=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #689388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689388 is #976C77. Grayscale: #848484. Windows color (decimal): -9923704 or 8950632. OLE color: 8950632.

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

Color convert

RGB 104 147 136 -
CMYK 0.29 0 0.07 0.42
HSL 164.65º 0.17% 0.49% -
HSV(B) 164.65º 0.29% 0.58% -
XYZ 20.59 25.59 27.15 -
YUV 132.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 104 147 136 0.29 0 0.07 0.42 164.65 0.17 0.49
Hex 68 93 88 1D 0 7 2A A5 11 31
Octal 150 223 210 35 0 7 52 245 21 61
Binary 1101000 10010011 10001000 11101 0 111 101010 10100101 10001 110001

Color Harmonies of #689388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689388

Black with #689388

Text Example


Text Example

White with #689388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689388; }

 p { color: rgb(104,147,136); }

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

background-color css

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

 a { background-color: rgb(104,147,136); }

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

border-color css

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

 span { border-color: rgb(104,147,136); }

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