Html Css Color HEX #689383 Patina

📋 copy color: '#689383'

red 104 ◦ green 147 ◦ blue 131

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

Shades of Patina #689383

Tints of Patina #689383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 27.23%
G = 38.48%
B = 34.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#689383 (or 0x689383) is known color: Patina. HEX triplet: 68, 93 and 83. RGB value is (104,147,131). Sum of RGB (Red+Green+Blue) = 104+147+131=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #689383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689383 is #976C7C. Grayscale: #848484. Windows color (decimal): -9923709 or 8622952. OLE color: 8622952.

HSL color Cylindrical-coordinate representation of color #689383: hue angle of 157.67º 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 #689383 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 131 -
CMYK 0.29 0 0.11 0.42
HSL 157.67º 0.17% 0.49% -
HSV(B) 157.67º 0.29% 0.58% -
XYZ 20.24 25.45 25.32 -
YUV 132.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 104 147 131 0.29 0 0.11 0.42 157.67 0.17 0.49
Hex 68 93 83 1D 0 B 2A 9E 11 31
Octal 150 223 203 35 0 13 52 236 21 61
Binary 1101000 10010011 10000011 11101 0 1011 101010 10011110 10001 110001

Color Harmonies of #689383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689383

Black with #689383

Text Example


Text Example

White with #689383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689383; }

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

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

background-color css

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

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

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

border-color css

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

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

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