Html Css Color HEX #688B81 Patina

📋 copy color: '#688B81'

red 104 ◦ green 139 ◦ blue 129

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

Shades of Patina #688B81

Tints of Patina #688B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

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

R = 27.96%
G = 37.37%
B = 34.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#688B81 (or 0x688B81) is known color: Patina. HEX triplet: 68, 8B and 81. RGB value is (104,139,129). Sum of RGB (Red+Green+Blue) = 104+139+129=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #688B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B81 is #97747E. Grayscale: #7F7F7F. Windows color (decimal): -9925759 or 8489832. OLE color: 8489832.

HSL color Cylindrical-coordinate representation of color #688B81: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B81 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 129 -
CMYK 0.25 0 0.07 0.45
HSL 162.86º 0.14% 0.48% -
HSV(B) 162.86º 0.25% 0.55% -
XYZ 18.9 22.99 24.21 -
YUV 127.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 104 139 129 0.25 0 0.07 0.45 162.86 0.14 0.48
Hex 68 8B 81 19 0 7 2D A3 E 30
Octal 150 213 201 31 0 7 55 243 16 60
Binary 1101000 10001011 10000001 11001 0 111 101101 10100011 1110 110000

Color Harmonies of #688B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B81

Black with #688B81

Text Example


Text Example

White with #688B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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