Html Css Color HEX #688B7B Patina

📋 copy color: '#688B7B'

red 104 ◦ green 139 ◦ blue 123

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

Shades of Patina #688B7B

Tints of Patina #688B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 28.42%
G = 37.98%
B = 33.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#688B7B (or 0x688B7B) is known color: Patina. HEX triplet: 68, 8B and 7B. RGB value is (104,139,123). Sum of RGB (Red+Green+Blue) = 104+139+123=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #688B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B7B is #977484. Grayscale: #7E7E7E. Windows color (decimal): -9925765 or 8096616. OLE color: 8096616.

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

Color convert

RGB 104 139 123 -
CMYK 0.25 0 0.12 0.45
HSL 152.57º 0.14% 0.48% -
HSV(B) 152.57º 0.25% 0.55% -
XYZ 18.52 22.84 22.17 -
YUV 126.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 104 139 123 0.25 0 0.12 0.45 152.57 0.14 0.48
Hex 68 8B 7B 19 0 C 2D 99 E 30
Octal 150 213 173 31 0 14 55 231 16 60
Binary 1101000 10001011 1111011 11001 0 1100 101101 10011001 1110 110000

Color Harmonies of #688B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B7B

Black with #688B7B

Text Example


Text Example

White with #688B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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