Html Css Color HEX #688E81 Patina

📋 copy color: '#688E81'

red 104 ◦ green 142 ◦ blue 129

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

Shades of Patina #688E81

Tints of Patina #688E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.87%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 27.73%
G = 37.87%
B = 34.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#688E81 (or 0x688E81) is known color: Patina. HEX triplet: 68, 8E and 81. RGB value is (104,142,129). Sum of RGB (Red+Green+Blue) = 104+142+129=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #688E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E81 is #97717E. Grayscale: #818181. Windows color (decimal): -9924991 or 8490600. OLE color: 8490600.

HSL color Cylindrical-coordinate representation of color #688E81: hue angle of 159.47º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688E81 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 142 129 -
CMYK 0.27 0 0.09 0.44
HSL 159.47º 0.15% 0.48% -
HSV(B) 159.47º 0.27% 0.56% -
XYZ 19.34 23.87 24.36 -
YUV 129.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 104 142 129 0.27 0 0.09 0.44 159.47 0.15 0.48
Hex 68 8E 81 1B 0 9 2C 9F F 30
Octal 150 216 201 33 0 11 54 237 17 60
Binary 1101000 10001110 10000001 11011 0 1001 101100 10011111 1111 110000

Color Harmonies of #688E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688E81

Black with #688E81

Text Example


Text Example

White with #688E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688E81; }

 p { color: rgb(104,142,129); }

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

background-color css

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

 a { background-color: rgb(104,142,129); }

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

border-color css

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

 span { border-color: rgb(104,142,129); }

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