Html Css Color HEX #688B7D Patina

📋 copy color: '#688B7D'

red 104 ◦ green 139 ◦ blue 125

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

Shades of Patina #688B7D

Tints of Patina #688B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 28.26%
G = 37.77%
B = 33.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#688B7D (or 0x688B7D) is known color: Patina. HEX triplet: 68, 8B and 7D. RGB value is (104,139,125). Sum of RGB (Red+Green+Blue) = 104+139+125=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #688B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B7D is #977482. Grayscale: #7E7E7E. Windows color (decimal): -9925763 or 8227688. OLE color: 8227688.

HSL color Cylindrical-coordinate representation of color #688B7D: hue angle of 156º 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 #688B7D is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 125 -
CMYK 0.25 0 0.10 0.45
HSL 156º 0.14% 0.48% -
HSV(B) 156º 0.25% 0.55% -
XYZ 18.64 22.89 22.84 -
YUV 126.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 104 139 125 0.25 0 0.10 0.45 156 0.14 0.48
Hex 68 8B 7D 19 0 A 2D 9C E 30
Octal 150 213 175 31 0 12 55 234 16 60
Binary 1101000 10001011 1111101 11001 0 1010 101101 10011100 1110 110000

Color Harmonies of #688B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B7D

Black with #688B7D

Text Example


Text Example

White with #688B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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