Html Css Color HEX #688B7E Patina

📋 copy color: '#688B7E'

red 104 ◦ green 139 ◦ blue 126

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

Shades of Patina #688B7E

Tints of Patina #688B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 28.18%
G = 37.67%
B = 34.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#688B7E (or 0x688B7E) is known color: Patina. HEX triplet: 68, 8B and 7E. RGB value is (104,139,126). Sum of RGB (Red+Green+Blue) = 104+139+126=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #688B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B7E is #977481. Grayscale: #7F7F7F. Windows color (decimal): -9925762 or 8293224. OLE color: 8293224.

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

Color convert

RGB 104 139 126 -
CMYK 0.25 0 0.09 0.45
HSL 157.71º 0.14% 0.48% -
HSV(B) 157.71º 0.25% 0.55% -
XYZ 18.71 22.91 23.18 -
YUV 127.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 104 139 126 0.25 0 0.09 0.45 157.71 0.14 0.48
Hex 68 8B 7E 19 0 9 2D 9E E 30
Octal 150 213 176 31 0 11 55 236 16 60
Binary 1101000 10001011 1111110 11001 0 1001 101101 10011110 1110 110000

Color Harmonies of #688B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B7E

Black with #688B7E

Text Example


Text Example

White with #688B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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