Html Css Color HEX #689D83 Patina

📋 copy color: '#689D83'

red 104 ◦ green 157 ◦ blue 131

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

Shades of Patina #689D83

Tints of Patina #689D83

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

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

R = 26.53%
G = 40.05%
B = 33.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#689D83 (or 0x689D83) is known color: Patina. HEX triplet: 68, 9D and 83. RGB value is (104,157,131). Sum of RGB (Red+Green+Blue) = 104+157+131=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #689D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D83 is #97627C. Grayscale: #8A8A8A. Windows color (decimal): -9921149 or 8625512. OLE color: 8625512.

HSL color Cylindrical-coordinate representation of color #689D83: hue angle of 150.57º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D83 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 131 -
CMYK 0.34 0 0.17 0.38
HSL 150.57º 0.21% 0.51% -
HSV(B) 150.57º 0.34% 0.62% -
XYZ 21.86 28.7 25.86 -
YUV 138.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 104 157 131 0.34 0 0.17 0.38 150.57 0.21 0.51
Hex 68 9D 83 22 0 11 26 97 15 33
Octal 150 235 203 42 0 21 46 227 25 63
Binary 1101000 10011101 10000011 100010 0 10001 100110 10010111 10101 110011

Color Harmonies of #689D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D83

Black with #689D83

Text Example


Text Example

White with #689D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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